diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 15:20:15 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 15:20:15 +0300 |
commit | eaa0627dae6ef868be9711576cbe4108fb9918f3 (patch) | |
tree | 527737d870f0a5e6389adf3952fef46217329962 /src/rules | |
parent | 55d7364ea2b36802f58921242ee86bc6471fe08c (diff) | |
download | eslint-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.json | 5 |
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" |