| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent adfbd36 commit 739c2a3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -147,7 +147,7 @@ module.exports = { | |||
| 147 | 147 | 'no-octal': 'error', | |
| 148 | 148 | 'no-path-concat': 'error', | |
| 149 | 149 | 'no-proto': 'error', | |
| 150 | - 'no-redeclare': 'error', | ||
| 150 | + 'no-redeclare': ['error', { 'builtinGlobals': false }], | ||
| 151 | 151 | 'no-restricted-modules': ['error', 'sys'], | |
| 152 | 152 | /* eslint-disable max-len */ | |
| 153 | 153 | 'no-restricted-properties': [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments