I\'m using tslint, and got the error.
\'myVariable\' is declared but its value is never read.
I went to the website that documents the rules
Any parameter name starting with _ is exempt from the check. Use _myVariable instead of myvariable to remove this warning.
_myVariable
myvariable