Skip to content

Commit

Permalink
Updated Contributing.md to reflect the migration from TSLint to ESLint.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchie committed Oct 2, 2020
1 parent 6a7790d commit f867fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f867fcc

Please sign in to comment.