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.
1 parent 064dd01 commit 4408a2aCopy full SHA for 4408a2a
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