Skip to content

Commit 1e4b805

Browse files
committed
Disable false positive no-undef eslint rule
TypeScript checks for undefined variables more accurately.
1 parent 23188b4 commit 1e4b805

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
"no-constant-condition": "off",
2323
"no-control-regex": "off",
2424
"no-empty": "off",
25+
"no-undef": "off",
2526
},
2627
parserOptions: {
2728
sourceType: "module",

0 commit comments

Comments
 (0)