summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rules/eslint.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index 16c1d72..1065842 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -60,6 +60,12 @@
"no-catch-shadow": [
"off"
],
+ "no-console": [
+ "warn",
+ {
+ "allow": []
+ }
+ ],
"no-multi-spaces": [
"error",
{