diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 00:14:31 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 00:14:31 +0300 |
commit | eb0ee565f9eac8175ee8067fc8db55e749c364a5 (patch) | |
tree | bbd15597c0e3e9886594b5cf2892592a39c55690 | |
parent | ccd40191407f7b82fceddb88a0017fafe238be59 (diff) | |
download | eslint-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.json | 2 |
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", |