Skip to content

Commit e8f3ba5

Browse files
committed
eslint: 'no-undef' rule to 'off'
1 parent 3e5204f commit e8f3ba5

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
@@ -23,6 +23,7 @@ module.exports = {
2323
'linebreak-style': ['error', 'unix'],
2424
'no-unused-vars': 2,
2525
'object-curly-spacing': ['error', 'never'],
26+
'no-undef': ['off'],
2627
semi: ['error', 'always'],
2728
'react/jsx-uses-react': 2,
2829
'react/jsx-uses-vars': 2

0 commit comments

Comments
 (0)