summaryrefslogtreecommitdiff
path: root/src/rules
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 15:20:15 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 15:20:15 +0300
commiteaa0627dae6ef868be9711576cbe4108fb9918f3 (patch)
tree527737d870f0a5e6389adf3952fef46217329962 /src/rules
parent55d7364ea2b36802f58921242ee86bc6471fe08c (diff)
downloadeslint-config-eaa0627dae6ef868be9711576cbe4108fb9918f3.tar.xz
eslint-config-eaa0627dae6ef868be9711576cbe4108fb9918f3.zip
fix(eslint): Rule "no-console"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src/rules')
-rw-r--r--src/rules/eslint.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index 10b053b..3c57015 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -72,10 +72,7 @@
"off"
],
"no-console": [
- "warn",
- {
- "allow": []
- }
+ "warn"
],
"no-debugger": [
"error"