Updated How To Contribute (markdown)

Andrea Mah 2021-07-14 12:50:40 -06:00
Родитель 3682f8f749
Коммит 0d2b9a484e
1 изменённых файлов: 1 добавлений и 1 удалений

@ -40,7 +40,7 @@ npm install
After cloning the extension and running `npm install`, use the debugger in VS Code to execute "Run Extension".
### Linting
### Linting/Formatting
We use [eslint](https://eslint.org/) for linting our sources. You can format the the sources by calling `npm run format` from a terminal or command prompt.
To lint the source as you make changes you can install the [eslint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint).