Skip to content

Commit a71222f

Browse files
authored
Merge pull request #10 from TransitApp/iliasbhal-patch-1
Add no-undef rule
2 parents 064dd01 + 4408a2a commit a71222f

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)