aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index cf11670..0f41e10 100644
--- a/.eslintrc
+++ b/.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",