Closed
Description
Suggestion
TIL that https://eslint.org/docs/latest/rules/logical-assignment-operators exists but isn't enabled in any of our internal linting. That's a pity - I think it's a nice rule for cleaning up code. Shall we enable it?
'logical-assignment-operators': ["error", "always", { enforceForIfStatements: true }],