fix .eslintrc

This commit is contained in:
Shin'ya Ueoka 2017-09-17 09:07:00 +09:00
parent 9df61e0451
commit e82581605c

View file

@ -23,6 +23,7 @@
"default-case": "off",
"id-length": "off",
"indent": ["error", 2],
"function-paren-newline": "off",
"max-statements": ["error", 15],
"multiline-ternary": "off",
"newline-after-var": "off",