chore: update linter and style config

This commit is contained in:
AJ ONeal 2022-01-06 16:22:51 -07:00
父節點 2ba16dd668
當前提交 ef7e4bb97f
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: C1D1AA22378CC345
共有 3 個文件被更改,包括 12 次插入11 次删除

查看文件

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

查看文件

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

8
.prettierrc.json Normal file
查看文件

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