fix: ignore comma-dangle

This commit is contained in:
1ambda 2017-04-15 01:24:10 +09:00
parent 7d3b393849
commit 7a740b5394

View file

@ -39,8 +39,8 @@
"no-eval": 0,
"no-unneeded-ternary": 0,
"no-var": 0,
"comma-dangle": 0,
"semi": 0,
"comma-dangle": 0,
"object-curly-spacing": 0,
"standard/object-curly-even-spacing": 0,
"arrow-parens": 0,