-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuerepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs
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 }],
Metadata
Metadata
Assignees
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuerepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs