Skip to content

Commit b1b0042

Browse files
author
Ray Schamp
committed
fix(base): Enforce array-bracket-spacing
Array brackets should not have spaces inside of them BREAKING CHANGE: http://eslint.org/docs/rules/array-bracket-spacing ([2, 'never'])
1 parent 1493ef0 commit b1b0042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ module.exports = {
6767
'strict': [2, 'never'],
6868

6969
// Style
70+
'array-bracket-spacing': [2, 'never'],
7071
'brace-style': [2],
7172
'camelcase': [2],
7273
'comma-dangle': [2, 'never'],

0 commit comments

Comments
 (0)