From 89998609d4b117083738aa06cb138765810ac0e7 Mon Sep 17 00:00:00 2001 From: Max Coplan Date: Fri, 7 Feb 2020 01:23:48 -0500 Subject: [PATCH] Deprecate TSLint (#115) * Deprecate TSLint TSLint has been [deprecated](https://github.com/palantir/tslint/issues/4534). Should put `eslint` first to direct users there. * Fixed typo misspelled "TypeScript" --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c825aa7..af87c62 100644 --- a/Readme.md +++ b/Readme.md @@ -140,8 +140,9 @@ or `javascript` in your `coc-settings.json`. ## Related extensions +- [coc-eslint](https://github.com/neoclide/coc-eslint): enable [eslint](https://github.com/eslint/eslint) plugin for tsserver to lint TypeScript and JavaScript files. - [coc-tslint-plugin](https://github.com/neoclide/coc-tslint-plugin): enable [tslint](https://github.com/palantir/tslint) - plugin for tsserver. + plugin for tsserver ([deprecated](https://github.com/palantir/tslint/issues/4534)). - [coc-vetur](https://github.com/neoclide/coc-vetur): [vue](https://github.com/vuejs/vue) extension. - [coc-angular](https://github.com/iamcco/coc-angular): [angular](https://github.com/angular/angular) extension.