This repository was archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Please replace TSlint with ESlint #209
Comments
@felipesilvati |
peterblazejewicz
added a commit
that referenced
this issue
Jul 16, 2019
✨ Migrate TSLint to ESLint. Closes #209
@felipesilvati Landed in the master. Current version should be polished out in near future. |
brittanydrandolph
pushed a commit
that referenced
this issue
Jun 17, 2022
This commit rewrites linting support in the project to be based solely on the ESLint as advised by the TSLint tool authors: https://medium.com/palantir/tslint-in-2019-1a144c2317a9 The migration is based on default, recommended settings for TypeScript in ESLint and is expected to be updated in future to better fit project goals. All references has been updated and replaced with relevant ESLint context: - dependencies migration from TSLint to ESLint - VSCode configuration changes to support ESLint exension - VSCode extensions recommendation changes - `.eslintrc` and `.eslintignore` configuration files added - all error level problems in the source files are covered by this migration Thanks!
brittanydrandolph
pushed a commit
that referenced
this issue
Jun 17, 2022
✨ Migrate TSLint to ESLint. Closes #209
pull bot
pushed a commit
to nemoipaha/TypeScript-Node-Starter
that referenced
this issue
Jul 2, 2022
This commit rewrites linting support in the project to be based solely on the ESLint as advised by the TSLint tool authors: https://medium.com/palantir/tslint-in-2019-1a144c2317a9 The migration is based on default, recommended settings for TypeScript in ESLint and is expected to be updated in future to better fit project goals. All references has been updated and replaced with relevant ESLint context: - dependencies migration from TSLint to ESLint - VSCode configuration changes to support ESLint exension - VSCode extensions recommendation changes - `.eslintrc` and `.eslintignore` configuration files added - all error level problems in the source files are covered by this migration Thanks!
pull bot
pushed a commit
to nemoipaha/TypeScript-Node-Starter
that referenced
this issue
Jul 2, 2022
✨ Migrate TSLint to ESLint. Closes microsoft#209
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
According to palantir/tslint#4534, TSlint will be deprecated in the near future and it will be replaced with ESlint as the 'standard JavaScript and TypeScript' linter.
Please update the boiler-plate accordingly. Thank you.
The text was updated successfully, but these errors were encountered: