[eslint config] [base] revert breaking part of #1420

I’ll re-enable it in the next major.
This commit is contained in:
Jordan Harband
2017-07-23 13:04:22 -07:00
parent cdc1c4fb76
commit b4995b6416

View File

@@ -16,7 +16,8 @@ module.exports = {
'no-label-var': 'error',
// disallow specific globals
'no-restricted-globals': ['error'].concat(restrictedGlobals),
// TODO: enable, semver-major
'no-restricted-globals': ['off'].concat(restrictedGlobals),
// disallow declaration of variables already declared in the outer scope
'no-shadow': 'error',