fix ESLint
This commit is contained in:
parent
913a3a3752
commit
9b894afd7b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"arrow-spacing": ["warn", { "before": true, "after": true }],
|
"arrow-spacing": ["warn", { "before": true, "after": true }],
|
||||||
"brace-style": ["error", { "allowSingleLine": true }],
|
"brace-style": ["error"],
|
||||||
"comma-dangle": ["error", "always-multiline"],
|
"comma-dangle": ["error", "always-multiline"],
|
||||||
"comma-spacing": "error",
|
"comma-spacing": "error",
|
||||||
"comma-style": "error",
|
"comma-style": "error",
|
||||||
|
|
Loading…
Reference in a new issue