Skip to content

Commit

Permalink
infra: enable no-alert eslint rule (anuraghazra#3472)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored and AFCMS committed Dec 12, 2023
1 parent 5f9b72b commit 6402bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
// "dot-notation": "warn",
// "eqeqeq": [ "error", "smart" ],
// "guard-for-in": "warn",
// "no-alert": "error",
"no-alert": "error",
"no-caller": "error",
// "no-case-declarations": "warn",
// "no-div-regex": "warn",
Expand Down

0 comments on commit 6402bbc

Please sign in to comment.