blakeembrey / tslint-config-standard

A TSLint config for JavaScript Standard Style
Other
358 stars 43 forks source link

Remove deprecated no-unused-variable rule #50

Closed ghost closed 6 years ago

ghost commented 6 years ago

no-unused-variable was deprecated in tslint 5.11.0

Fixes #49

ghost commented 6 years ago

oops, guess that's not right, let me try again.

ghost commented 6 years ago

Oh i see that master was already failing here https://travis-ci.org/blakeembrey/tslint-config-standard/builds

blakeembrey commented 6 years ago

Thanks @jrobeson, I'll need to look into the failures again when I have time 😄