mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
docs(contributing): add note about editorconfig ext and vsc auto install
This commit is contained in:
parent
6705683c19
commit
0c18d8f04b
1 changed files with 3 additions and 0 deletions
3
.github/CONTRIBUTING.md
vendored
3
.github/CONTRIBUTING.md
vendored
|
@ -67,6 +67,9 @@ If you are assigned to an issue but can't complete it for whatever reason, no pr
|
|||
Our recommended development environment to work on movie-web is:
|
||||
- [Visual Studio Code](https://code.visualstudio.com/)
|
||||
- [ESLint Extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
|
||||
- [EditorConfig Extension](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)
|
||||
|
||||
When opening Visual Studio Code, you will be prompted to install our recommended extensions if they are not installed for you.
|
||||
|
||||
Our project is set up to enforce formatting and code style standards using ESLint.
|
||||
|
||||
|
|
Loading…
Reference in a new issue