From 8b30c5085a8456cd50f4c81ddc3305cab57e45e8 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Sat, 3 Jul 2021 16:16:19 +0300 Subject: [PATCH] revert removal of `tslint` in both sections --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f5c1ff4..0744599 100644 --- a/README.md +++ b/README.md @@ -415,6 +415,7 @@ See the difference between these two [here](https://github.com/michaelgmcd/vscod ### Linters +- [tslint](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin) - TSLint for Visual Studio Code (with `"tslint.jsEnable": true`). - [eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Linter for [eslint](https://eslint.org/). - [XO](https://marketplace.visualstudio.com/items?itemName=samverschueren.linter-xo) - Linter for [XO](https://github.com/xojs/xo). - [AVA](https://marketplace.visualstudio.com/items?itemName=samverschueren.ava) - Snippets for [AVA](https://github.com/avajs/ava). @@ -439,6 +440,7 @@ See the difference between these two [here](https://github.com/michaelgmcd/vscod ### TypeScript +- [tslint](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin) - TSLint for Visual Studio Code. - [TypeScript Hero](https://marketplace.visualstudio.com/items?itemName=rbbit.typescript-hero) - Code outline view of your open TS, sort and organize your imports. ### [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)