Skip to content

Commit 4408a2a

Browse files
authored
Add no-undef rule
1 parent 064dd01 commit 4408a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config-transit/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
'no-param-reassign': 'off',
1313
'no-use-before-define': 'off',
1414
'no-continue': 'off',
15+
'no-undef': 'error',
1516
'radix': 'off',
1617
'max-len': ['error', 120, 2],
1718
'quote-props': ['error', 'consistent'],

0 commit comments

Comments
 (0)