fix: ignore array-bracket-spacing

This commit is contained in:
1ambda 2017-04-15 08:38:27 +09:00
parent d69113a614
commit 4d991a2546

View file

@ -32,6 +32,7 @@
},
"rules": {
"semi": 0,
"array-bracket-spacing": 0,
"space-before-function-paren": 0,
"no-unneeded-ternary": 0,
"comma-dangle": 0,