tslint
Here are 689 public repositories matching this topic...
-
Updated
Apr 13, 2022 - SCSS
-
Updated
Mar 25, 2021 - TypeScript
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
May 16, 2022 - TypeScript
-
Updated
Nov 26, 2021 - JavaScript
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
-
Updated
Jan 7, 2021 - Shell
-
Updated
Oct 4, 2021 - TypeScript
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
-
Updated
Oct 10, 2021 - JavaScript
-
Updated
Apr 20, 2017 - JavaScript
-
Updated
Mar 31, 2022 - TypeScript
-
Updated
Feb 11, 2022 - TypeScript
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
May 16, 2022 - TypeScript
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Apr 10, 2022 - TypeScript
-
Updated
May 29, 2022 - JavaScript
-
Updated
Oct 28, 2019 - JavaScript
-
Updated
Jun 1, 2020 - TypeScript
-
Updated
Jun 15, 2017 - TypeScript
-
Updated
Nov 6, 2019 - TypeScript
-
Updated
Jul 8, 2019 - Java
-
Updated
Apr 9, 2022 - JavaScript
Improve this page
Add a description, image, and links to the tslint topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tslint topic, visit your repo's landing page and select "manage topics."
I am doing a PR for a new linter rule.
I would like to test this new linter rule on an existing repository, but it is unclear how to do that.
Normally, I would use
npm linkfor this purpose, but that doesn't seem to be working properly, presumably because this is a monorepo.Please enumerate the steps for testing a PR in [CONTRIBUTING.md](https://github.com/typescript-eslint/typescript-esli