diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 00:18:49 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 00:18:49 +0300 |
commit | 43ccb96a99b1ba335511b2d45eae50c3f0d664ee (patch) | |
tree | 2545640647e722d8353b9075a47ff56349bef666 | |
parent | cefbe49db91a5c6a9ebac32efc77dc226662d38a (diff) | |
download | eslint-config-43ccb96a99b1ba335511b2d45eae50c3f0d664ee.tar.xz eslint-config-43ccb96a99b1ba335511b2d45eae50c3f0d664ee.zip |
fix(eslint): Rule "no-alert"
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 0621268..963e9dc 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -186,7 +186,7 @@ "off" ], "no-alert": [ - "error" + "warn" ], "no-catch-shadow": [ "off" |