Skip to content

Commit 486bfa1

Browse files
committed
fix: disable no-undef rule in TS
1 parent 361f17b commit 486bfa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ module.exports = {
9292
'@typescript-eslint/prefer-optional-chain': ERROR,
9393
'no-dupe-class-members': OFF,
9494
'no-unused-vars': OFF,
95+
'no-undef': OFF,
9596
},
9697
},
9798
{

0 commit comments

Comments
 (0)