aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 00:14:31 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 00:14:31 +0300
commiteb0ee565f9eac8175ee8067fc8db55e749c364a5 (patch)
treebbd15597c0e3e9886594b5cf2892592a39c55690
parentccd40191407f7b82fceddb88a0017fafe238be59 (diff)
downloadeslint-config-eb0ee565f9eac8175ee8067fc8db55e749c364a5.tar.xz
eslint-config-eb0ee565f9eac8175ee8067fc8db55e749c364a5.zip
fix(eslint): Rule "no-debugger"
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--src/rules/default.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rules/default.json b/src/rules/default.json
index 9b6b2dc..fb92019 100644
--- a/src/rules/default.json
+++ b/src/rules/default.json
@@ -195,7 +195,7 @@
"warn"
],
"no-debugger": [
- "error"
+ "warn"
],
"no-eval": [
"error",