diff --git a/docs/index.md b/docs/index.md index 323b8a8f52d..e8d953da910 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ layout: default subtitle: An extensible linter for the TypeScript language. --- -:warning: __TSLint [has been deprecated](https://medium.com/palantir/tslint-in-2019-1a144c2317a9) as of 2019__. Please see this issue for more details: [Roadmap: TSLint → ESLint](https://github.com/palantir/tslint/issues/4534). If you're interested in helping with the TSLint/ESLint migration, please check out our [OSS Fellowship](https://medium.com/palantir/fellowships-for-open-source-developers-3892e6b75ee1) program. +:warning: __TSLint [has been deprecated][2] as of 2019__. Please see this issue for more details: [Roadmap: TSLint → ESLint][3]. [typescript-eslint][4] is now your best option for linting TypeScript. TSLint is an extensible static analysis tool that checks [TypeScript][0] code for readability, maintainability, and functionality errors. It is widely supported across modern editors & build systems and can be customized with your own lint rules, configurations, and formatters. @@ -28,3 +28,6 @@ Check out [the full usage guide][1] to learn more. [0]: http://www.typescriptlang.org/ [1]: usage/cli +[2]: https://medium.com/palantir/tslint-in-2019-1a144c2317a9 +[3]: https://github.com/palantir/tslint/issues/4534 +[4]: https://typescript-eslint.io/