diff --git a/.eslintrc.js b/.eslintrc.js index 7728c45485e7ac..462c6fa149d696 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -295,7 +295,6 @@ module.exports = { 'valid-typeof': ['error', { requireStringLiterals: true }], // ESLint recommended rules that we disable - 'no-cond-assign': 'off', 'no-empty': 'off', 'no-inner-declarations': 'off', 'no-prototype-builtins': 'off',