
GitHub - palantir/tslint: :vertical_traffic_light: An extensible linter ...
TSLint ⚠️ TSLint is deprecated. See this issue for more details: Roadmap: TSLint → ESLint. If you're interested in helping with the TSLint/ESLint migration, check out the typescript-eslint roadmap. …
GitHub - typescript-eslint/tslint-to-eslint-config: Converts your ...
The tslint-to-eslint-config command reads in any existing linter, TypeScript, and package configuration files, then creates an .eslintrc.js result based on them.
tslint/README.md at master · palantir/tslint · GitHub
TSLint ⚠️ TSLint is deprecated. See this issue for more details: Roadmap: TSLint → ESLint. If you're interested in helping with the TSLint/ESLint migration, check out the typescript-eslint roadmap. …
GitHub - typescript-eslint/eslint-plugin-tslint: ESLint plugin that ...
ESLint plugin that wraps a TSLint configuration and lints the whole source using TSLint. Per What About TSLint?, we highly recommend migrating off TSLint. See typescript-eslint.io for general …
typescript-eslint · GitHub
typescript-eslint Public Monorepo for all the tooling which enables ESLint to support TypeScript TypeScript 16.1k 2.9k tslint-to-eslint-config Public Converts your TSLint configuration to the closest …
VS Code extension that provides TSLint support using the ... - GitHub
The current TSLint implementation needs to reanalyze a document that has already been analyzed by the TypeScript language server. vscode-tslint can only lint one file a time.
Roadmap: TSLint -> ESLint · Issue #4534 · palantir/tslint - GitHub
Update (August 2019): see tslint-to-eslint-config for a CLI command that migrates TSLint configuration files to ESLint configuration files. Update (March 2020): Added "and fixes for crashes introduced by …
TypeScript TSLint Language Service Plugin - GitHub
TypeScript TSLint language service plugin. Contribute to microsoft/typescript-tslint-plugin development by creating an account on GitHub.
angular-eslint/docs/MIGRATING_FROM_TSLINT.md at main - GitHub
TSLint was deprecated by its creators all the way back in 2019: palantir/tslint#4534 The Angular CLI stopped supporting their TSLint builder implementation (to power ng lint) as of version 13, which is …
GitHub - microsoft/tslint-microsoft-contrib: A set of TSLint rules used ...
Legacy The old "recommended" ruleset that ships by extending tslint-microsoft-contrib itself contains a list of rules that includes core TSLint rules. To start, you can enable our recommended defaults …