chore: update eslint@8.8.0

This commit is contained in:
xiaoxian521
2022-02-07 15:59:04 +08:00
parent 217258b972
commit 25c55c5d1d
22 changed files with 573 additions and 1027 deletions

View File

@@ -1,7 +1,6 @@
module.exports = {
bracketSpacing: true,
jsxBracketSameLine: true,
singleQuote: false,
arrowParens: 'avoid',
trailingComma: 'none'
arrowParens: "avoid",
trailingComma: "none"
};