Skip to content

Commit 0868014

Browse files
committed
Disable @typescript-eslint/no-var-requires
1 parent 7f3ef25 commit 0868014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
ignorePatterns: ['bin', 'dist', 'node_modules'],
66
rules: {
77
'@typescript-eslint/no-non-null-assertion': 'off',
8+
'@typescript-eslint/no-var-requires': 'off',
89
curly: 'error',
910
},
1011
}

0 commit comments

Comments
 (0)