Open
Description
Suggestion
With eslint/eslint#12859 (five years ago, damn), the messageId of no-unused-expressions
was added, and set to unusedExpression
. For some reason, either typescript-eslint didn't notice that change, or it missed a few ones.
For examples, the messageId
of no-unused-expressions
was kept as expected
, instead of the now defined unusedExpression
.
We should verify what was missed, and fix it. I haven't reviewed other rules. Maybe we only miss it at one place.
Additional Info
No response