diff --git a/config/eslint.js b/config/eslint.js index 502cdfa4cf6..8eaeacbd73d 100644 --- a/config/eslint.js +++ b/config/eslint.js @@ -115,7 +115,6 @@ module.exports = { 'LabeledStatement', 'WithStatement', ], - 'no-return-assign': 'warn', 'no-script-url': 'warn', 'no-self-assign': 'warn', 'no-self-compare': 'warn',