This repository has been 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
-
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