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 cb2e78a commit 512a6a5Copy full SHA for 512a6a5
.eslintrc.js
@@ -185,7 +185,7 @@ module.exports = {
185
'no-this-before-super': 'error',
186
'no-throw-literal': 'error',
187
'no-trailing-spaces': 'error',
188
- 'no-undef': 'error',
+ 'no-undef': ['error', { typeof: true }],
189
'no-undef-init': 'error',
190
'no-unexpected-multiline': 'error',
191
'no-unreachable': 'error',
0 commit comments