- Disallow unused expressions
This rule aims to eliminate unused expressions which have no effect on the state of the program.
Allows to use short circuit evaluations in the expressions.
Allows to use ternary operators in the expressions similarly to short circuit evaluations.
Allows to use tagged template literals in the expressions.
You can check them out here.