Browse Source

Change warn to error for arrow spacing

pull/41/head
Abheek Dhawan 3 years ago
committed by GitHub
parent
commit
da339b4ec2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .eslintrc.json

2
.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",

Loading…
Cancel
Save