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 adfbd36 commit 739c2a3Copy full SHA for 739c2a3
.eslintrc.js
@@ -147,7 +147,7 @@ module.exports = {
147
'no-octal': 'error',
148
'no-path-concat': 'error',
149
'no-proto': 'error',
150
- 'no-redeclare': 'error',
+ 'no-redeclare': ['error', { 'builtinGlobals': false }],
151
'no-restricted-modules': ['error', 'sys'],
152
/* eslint-disable max-len */
153
'no-restricted-properties': [
0 commit comments