summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 0e9df3f..22cb696 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -91,7 +91,7 @@ module.exports = {
],
"max-depth": "error",
"max-len": "off",
- "max-lines": "error",
+ "max-lines": "off",
"max-nested-callbacks": "error",
"max-params": "off",
"max-statements": "off",
@@ -110,6 +110,7 @@ module.exports = {
"no-caller": "error",
"no-catch-shadow": "error",
"no-confusing-arrow": "error",
+ "no-console": "off",
"no-continue": "error",
"no-div-regex": "error",
"no-duplicate-imports": "error",