chore: 更新依賴、更換為 prettier 新規則 (#1340)

* chore: upgrade dependencies
* style: prettier
This commit is contained in:
pan93412
2022-02-25 07:36:13 +08:00
committed by GitHub
parent 76b358445e
commit 3e1dc62fa0
7 changed files with 3259 additions and 2924 deletions

View File

@@ -5,7 +5,6 @@
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "lf",
"bracketSpacing": true,