This repository was archived by the owner on Aug 31, 2023. It is now read-only.
noUselessExpressions, no-unused-expressions
#4568
jpike88
started this conversation in
Suggestions
Replies: 1 comment 3 replies
-
|
If implemented in Rome, I wouldn't recommend this rule. Developers often use A;To mimic the usage of unused variables. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://eslint.org/docs/latest/rules/no-unused-expressions
Remove lines that don't change the state of anything.
e.g.
Beta Was this translation helpful? Give feedback.
All reactions