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