Update .eslintrc
This commit is contained in:
parent
0a1aeb2342
commit
80a4a347ec
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
||||||
"no-alert": "off",
|
"no-alert": "off",
|
||||||
"no-bitwise": "off",
|
"no-bitwise": "off",
|
||||||
"no-console": ["error", { "allow": ["warn", "error"] }],
|
"no-console": ["error", { "allow": ["warn", "error"] }],
|
||||||
|
"no-continue": "off",
|
||||||
"no-empty-function": "off",
|
"no-empty-function": "off",
|
||||||
"no-magic-numbers": "off",
|
"no-magic-numbers": "off",
|
||||||
"no-mixed-operators": "off",
|
"no-mixed-operators": "off",
|
||||||
|
|
Reference in a new issue