Skip to content

Commit 19dd24e

Browse files
authored
fix: disable no-undef rule in TS files (#237)
* chore: update project dependencies * chore: experiment with babel.config * chore: update yarn.lock * chore: add prettier * fix: use correct signs * fix: update yarn.lock of tests * fix: disable no-undef rule in TS * fix: wrong rebase * fix: again * fix: and again
1 parent 1d77e3c commit 19dd24e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)