We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 064dd01 + 4408a2a commit a71222fCopy full SHA for a71222f
packages/eslint-config-transit/index.js
@@ -12,6 +12,7 @@ module.exports = {
12
'no-param-reassign': 'off',
13
'no-use-before-define': 'off',
14
'no-continue': 'off',
15
+ 'no-undef': 'error',
16
'radix': 'off',
17
'max-len': ['error', 120, 2],
18
'quote-props': ['error', 'consistent'],
0 commit comments