Update CONTRIBUTING.md
Signed-off-by: Gustavo <77560533+gustovafing@users.noreply.github.com>
This commit is contained in:
parent
db84caf1a7
commit
e817a88c8f
1 changed files with 6 additions and 1 deletions
7
.github/CONTRIBUTING.md
vendored
7
.github/CONTRIBUTING.md
vendored
|
|
@ -257,6 +257,11 @@ There are two approaches to creating a Pull Request: via terminal and via GitHub
|
|||
|
||||
- #### Localization:
|
||||
- If you're looking for Localizing the modpack to a Language, please feel free to head to the [Tools-Modern]
|
||||
- #### Linting & Typescript support
|
||||
- Install NodeJS and use an editor with Typescript and ESLint support (e.g. Visual Studio Code).
|
||||
- Run `npm init`, and create a project with default options. (required for language support to work properly)
|
||||
- Run `npm install --save-dev eslint@latest @eslint/js@latest @stylistic/eslint-plugin`
|
||||
- To enable type annotations & diagnostics, run [ProbeJS] and set `noCheck: false` in tsconfig.json.
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -499,4 +504,4 @@ There are two approaches to creating a Pull Request: via terminal and via GitHub
|
|||
[GitHub Desktop]: https://desktop.github.com/download
|
||||
[Pakku]: https://juraj-hrivnak.github.io/Pakku/home.html
|
||||
[ProbeJs]: https://marketplace.visualstudio.com/items/?itemName=Prunoideae.probejs
|
||||
[Discord]: https://discord.gg/AEaCzCTUwQ
|
||||
[Discord]: https://discord.gg/AEaCzCTUwQ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue