mirror of https://github.com/zulip/zulip.git
eslint: Set array-bracket-spacing rule and clean project.
This commit is contained in:
parent
82b708b721
commit
cf3d035edf
|
@ -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 } ],
|
||||
|
|
Loading…
Reference in New Issue