saadq/lynt

Remove `no-unused-variable` in TSLint config

Open

#28 aperta il 17 lug 2018

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (6 fork)github user discovery
good first issuetslint

Metriche repository

Star
 (383 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

TSLint version >= 2.9 seems to have deprecated no-unused-variable.

...the changes in 2.9 make it much more complex for this rule to work as intended, especially with respect to the ignorePattern option.

It looks like people should now just make sure that their tsconfig.json has the noUnusedLocals option enabled which covers most of what no-unused-variable did.

Changes would need to be made here.

Guida contributor