Skip to content

Commit

Permalink
Add the array-bracket-spacing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Lanclos committed Sep 21, 2018
1 parent f7d50e0 commit fb86095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -158,6 +158,7 @@
"no-whitespace-before-property": "error",
"no-with": "error",
"object-curly-spacing": ["error", "always"],
"array-bracket-spacing": ["error", "never"],
"object-property-newline": ["error", { "allowMultiplePropertiesPerLine": true }],
"one-var": ["error", { "initialized": "never" }],
"operator-linebreak": ["error", "after", { "overrides": { "?": "before", ":": "before" } }],
Expand Down

0 comments on commit fb86095

Please sign in to comment.