Update CONTRIBUTING.md

Signed-off-by: Gustavo <77560533+gustovafing@users.noreply.github.com>
This commit is contained in:
Gustavo 2025-07-21 14:47:38 +10:00 committed by GitHub
parent db84caf1a7
commit e817a88c8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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