mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
eslint: Set array-bracket-spacing rule and clean project.
This commit is contained in:
@@ -158,6 +158,7 @@
|
|||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"array-callback-return": "error",
|
"array-callback-return": "error",
|
||||||
|
"array-bracket-spacing": "error",
|
||||||
"arrow-spacing": [ "error", { "before": true, "after": true } ],
|
"arrow-spacing": [ "error", { "before": true, "after": true } ],
|
||||||
"block-scoped-var": 2,
|
"block-scoped-var": 2,
|
||||||
"brace-style": [ "error", "1tbs", { "allowSingleLine": true } ],
|
"brace-style": [ "error", "1tbs", { "allowSingleLine": true } ],
|
||||||
|
|||||||
Reference in New Issue
Block a user