From f867fcc4ae175abe1d79bba2f9cbfa0ea8b6e8a1 Mon Sep 17 00:00:00 2001 From: Michael Hutchison Date: Fri, 2 Oct 2020 17:51:52 +1000 Subject: [PATCH] Updated Contributing.md to reflect the migration from TSLint to ESLint. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5e56842..878dbbbc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,7 +60,7 @@ Step 1: To set up your development environment, please follow these steps: 2. Clone the [vscode-git-graph](https://github.com/mhutchie/vscode-git-graph) repo on GitHub. 3. Open the repo in Visual Studio Code. 4. In the Visual Studio Code terminal, run `npm install` to automatically download all of the required Node.js dependencies. -5. Install the [TSLint](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin) extension if it is not already installed. +5. Install the [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) extension if it is not already installed. 6. Create and checkout a branch for the issue you're going to work on. Step 2: Review the [Codebase Outline](https://github.com/mhutchie/vscode-git-graph/wiki/Codebase-Outline), so you have a general understanding of the structure of the codebase.