diff --git a/eslint.config.js b/eslint.config.js index 0396fe3d..dc9a9bf3 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -52,7 +52,8 @@ export default [ { checkForEach: true, allowVoid: true } ], 'no-constructor-return': 'error', - 'no-unmodified-loop-condition': 'error' + 'no-unmodified-loop-condition': 'error', + 'no-useless-assignment': 'error' } },