Skip to content

Commit ed138e9

Browse files
committed
Disable no-undef check in eslint
1 parent 0a38792 commit ed138e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module.exports = {
3636
rules: {
3737
semi: 'off',
3838
'comma-dangle': 'off',
39+
'no-undef': 'off',
3940

4041
'arrow-parens': ['error', 'always'],
4142
'eol-last': ['error', 'always'],

0 commit comments

Comments
 (0)