Skip to content

Commit

Permalink
Merge pull request #131 from flipxfx/master
Browse files Browse the repository at this point in the history
Add the array-bracket-spacing rule
  • Loading branch information
feross committed Jul 5, 2019
2 parents eb632e9 + fb86095 commit 573a6b1
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 573a6b1

Please sign in to comment.