Skip to content
#

tslint

Here are 689 public repositories matching this topic...

qnighy
qnighy commented May 12, 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
bug good first issue accepting prs package: ast-spec
sophia-belous
sophia-belous commented Apr 6, 2022

PascalCase and snake_case configuration options never get migrated to eslint because formats variable is not used anywhere.
See: https://github.com/typescript-eslint/tslint-to-eslint-config/blob/7c92c875a43018c7f5011283cf14da2a173a698f/src/converters/lintConfigs/rules/ruleConverters/variable-name.ts#L40-L63

type: bug status: accepting prs good first issue area: incorrect converter
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