Update .eslintrc

jh-changes
Shin'ya Ueoka 6 years ago
parent 0a1aeb2342
commit 80a4a347ec
  1. 1
      .eslintrc

@ -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",