Shopify / tslint-config-shopify

Shopify’s TypeScript rules and configs.
https://www.npmjs.com/package/tslint-config-shopify
37 stars 3 forks source link

Revive no-unused-variable custom rule #56

Open ismail-syed opened 7 years ago

ismail-syed commented 7 years ago

See https://github.com/Shopify/tslint-config-shopify/issues/19

tl;dr: no-unused-variable is deprecated in tslint. Create and maintain our own. Source is still available

marutypes commented 7 years ago

I think this is a good solution to our issue of not wanting this rule in dev, but wanting to fail CI on it.