Revert "do not prevent explicit overwrite of globals"
This reverts commit 042e6a3e8f83a7391d385ecaeafcbf6ffc4ac9f5.
This commit is contained in:
parent
042e6a3e8f
commit
9169302d0d
2
index.js
2
index.js
@ -120,7 +120,7 @@ module.exports = {
|
||||
// Variables https://eslint.org/docs/rules/#variables
|
||||
'init-declarations': ['error', 'always'],
|
||||
'no-label-var': 'error',
|
||||
'no-shadow': ['error', { builtinGlobals: true, hoist: 'never' }],
|
||||
'no-shadow': ['error', { builtinGlobals: true, hoist: 'all' }],
|
||||
'no-undef-init': 'error',
|
||||
'no-undefined': 'error',
|
||||
'no-use-before-define': 'error',
|
||||
|
Loading…
x
Reference in New Issue
Block a user