eslint: Set array-bracket-spacing rule and clean project.

This commit is contained in:
Tim Abbott 2017-10-06 12:43:12 -07:00
parent 82b708b721
commit cf3d035edf
5 changed files with 30 additions and 29 deletions

View File

@ -158,6 +158,7 @@
},
"rules": {
"array-callback-return": "error",
"array-bracket-spacing": "error",
"arrow-spacing": [ "error", { "before": true, "after": true } ],
"block-scoped-var": 2,
"brace-style": [ "error", "1tbs", { "allowSingleLine": true } ],