Skip to content
#

tslint

Here are 685 public repositories matching this topic...

scottohara
scottohara commented Jul 8, 2022

Before You File a Bug Report Please Confirm You Have Done The Following...

  • I have tried restarting my IDE and the issue persists.
  • I have updated to the latest version of the packages.
  • I have searched for related issues and found none that matched my issue.
  • I have [read the FAQ](ht
good first issue package: eslint-plugin enhancement: plugin rule option accepting prs
saadq
saadq commented Jul 17, 2018

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

good first issue tslint

Improve this page

Add a description, image, and links to the tslint topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tslint topic, visit your repo's landing page and select "manage topics."

Learn more