Open ismail-syed opened 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
no-unused-variable
tslint
I think this is a good solution to our issue of not wanting this rule in dev, but wanting to fail CI on it.
See https://github.com/Shopify/tslint-config-shopify/issues/19
tl;dr:
no-unused-variable
is deprecated intslint
. Create and maintain our own. Source is still available