diff --git a/.eslintrc.js b/.eslintrc.js index ad65467f9..b00a85412 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -60,7 +60,8 @@ module.exports = { 'no-var': ['error'], 'space-before-blocks': ['error'], 'space-infix-ops': 'error', - 'yoda': 'error' + 'yoda': 'error', + 'no-redeclare': ['error', { 'builtinGlobals': true }] }, settings: { react: {