update .eslintrc

Fix #281
This commit is contained in:
zhichen 2018-11-14 20:52:38 +08:00
parent 5a811733a3
commit 2f8db47768

View File

@ -26,6 +26,7 @@
"implicit-arrow-linebreak": "off",
"prefer-const": "off",
"space-before-function-paren": "off",
"generator-star-spacing": "off",
"wrap-iife": "off",
"arrow-parens": "off",
"indent": "off"