Skip to content

Commit dc90081

Browse files
committed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configurations/typescript/_settings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const base = {
1818
'import/external-module-folders': ['node_modules', 'node_modules/@types'],
1919
},
2020
rules: {
21+
'no-undef': 'off',
2122
'no-duplicate-imports': 'off',
2223
'unicorn/prefer-json-parse-buffer': 'off',
2324
'jsdoc/require-returns-type': 'off',

0 commit comments

Comments
 (0)