@putout/plugin-remove-unused-expressions
v12.1.0
Published
šPutout plugin adds ability to find and remove unused expressions
Maintainers
Readme
@putout/plugin-remove-unused-expressions 
šPutout plugin adds ability to find and remove unused expressions, excluding directives: use strict and use client.
Install
npm i @putout/plugin-remove-unused-expressions -DRule
{
"rules": {
"remove-unused-expressions": "on"
}
}ā Example of incorrect code
function show(error) {
showError;
}ā Example of correct code
function show(error) {}License
MIT
