chore: update deps

This commit is contained in:
vben 2021-09-09 22:59:10 +08:00
parent b90a9557a3
commit 996f2f3c22
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,6 @@ module.exports = {
quoteProps: 'as-needed',
bracketSpacing: true,
trailingComma: 'all',
jsxBracketSameLine: false,
jsxSingleQuote: false,
arrowParens: 'always',
insertPragma: false,