Update .eslintrc

This commit is contained in:
Shin'ya Ueoka 2019-02-24 22:38:39 +09:00
parent 0a1aeb2342
commit 80a4a347ec

View file

@ -40,6 +40,7 @@
"no-alert": "off",
"no-bitwise": "off",
"no-console": ["error", { "allow": ["warn", "error"] }],
"no-continue": "off",
"no-empty-function": "off",
"no-magic-numbers": "off",
"no-mixed-operators": "off",