Skip to content

Commit

Permalink
infra: enable no-caller eslint rule (anuraghazra#3473)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored and harryzcy committed Nov 14, 2023
1 parent d59e71a commit 6922bb6
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 6922bb6

Please sign in to comment.