fix: ignore object-curly-spacing

This commit is contained in:
1ambda 2017-04-15 01:15:41 +09:00
parent 6e44e96de8
commit 3c91566c7c

View file

@ -44,9 +44,9 @@
"no-unneeded-ternary": 0,
"padded-blocks": 0,
"no-var": 0,
"object-curly-spacing": 0,
"comma-dangle": 0,
"semi": 0,
"object-curly-spacing": 0,
"require-jsdoc": 0,
"valid-jsdoc": 0,
"no-invalid-this": 0,