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 Nov 13, 2023
1 parent 51eefa2 commit d654fe5
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 d654fe5

Please sign in to comment.