Browse Source
Change warn to error for arrow spacing
pull/41/head
Abheek Dhawan
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.eslintrc.json
|
@ -12,7 +12,7 @@ |
|
|
"es6": true |
|
|
"es6": true |
|
|
}, |
|
|
}, |
|
|
"rules": { |
|
|
"rules": { |
|
|
"arrow-spacing": ["warn", { "before": true, "after": true }], |
|
|
"arrow-spacing": ["error", { "before": true, "after": true }], |
|
|
"brace-style": ["error", "stroustrup", { "allowSingleLine": true }], |
|
|
"brace-style": ["error", "stroustrup", { "allowSingleLine": true }], |
|
|
"comma-dangle": ["error", "always-multiline"], |
|
|
"comma-dangle": ["error", "always-multiline"], |
|
|
"comma-spacing": "error", |
|
|
"comma-spacing": "error", |
|
|