tslint how to disable error “someVariable is declared but its value is never read”
Any parameter name starting with _ is exempt from the check. Use _myVariable instead of myvariable to remove this warning.
Any parameter name starting with _ is exempt from the check. Use _myVariable instead of myvariable to remove this warning.