Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Suggestion
TIL thathttps://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}],