Skip to content

Commit

Permalink
Disable false positive no-undef eslint rule
Browse files Browse the repository at this point in the history
TypeScript checks for undefined variables more accurately.
  • Loading branch information
ekzhang committed Sep 17, 2023
1 parent 23188b4 commit 1e4b805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
"no-constant-condition": "off",
"no-control-regex": "off",
"no-empty": "off",
"no-undef": "off",
},
parserOptions: {
sourceType: "module",
Expand Down

0 comments on commit 1e4b805

Please sign in to comment.