chore: update linter and style config

Esse commit está contido em:
AJ ONeal 2022-01-06 16:22:51 -07:00
commit ef7e4bb97f
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: C1D1AA22378CC345
3 arquivos alterados com 12 adições e 11 exclusões

Ver arquivo

@ -1,4 +1,5 @@
{ "node": true
, "browser": true
, "esversion": 8
{
"node": true,
"browser": false,
"esversion": 9
}

Ver arquivo

@ -1,8 +0,0 @@
{
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false
}

8
.prettierrc.json Normal file
Ver arquivo

@ -0,0 +1,8 @@
{
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false
}