Skip to content

Commit

Permalink
infra: enable no-delete-var eslint rule (anuraghazra#3465)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 committed Nov 10, 2023
1 parent edf9f74 commit 5ea6595
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 @@ -113,7 +113,7 @@

// "init-declarations": [ "error", "always" ],
// "no-catch-shadow": "warn",
// "no-delete-var": "error",
"no-delete-var": "error",
// "no-label-var": "error",
// "no-shadow-restricted-names": "error",
// "no-shadow": "warn",
Expand Down

0 comments on commit 5ea6595

Please sign in to comment.