summaryrefslogtreecommitdiff
path: root/src/rules/eslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/eslint.json')
-rw-r--r--src/rules/eslint.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index 96823ca..16c1d72 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -54,6 +54,9 @@
"newline-before-return": [
"off"
],
+ "no-alert": [
+ "warn"
+ ],
"no-catch-shadow": [
"off"
],