add formatting instructions for js

This commit is contained in:
Mikaël Francoeur
2025-07-01 10:53:36 -04:00
parent 98830516cd
commit 165e7eda5f

View File

@@ -26,6 +26,7 @@ All tests should be within the [__test__](../__test__/) folder.
Please be assured that:
- Your fix/feature has a test checking the new behaviour;
- Your code follows Rust's conventions with `cargo fmt`;
- Your Rust code is formatted with `cargo fmt`;
- Your JavaScript code is formatted with `tsserver` (VSCode's default);
- If applicable, update the [API docs](./API.md) to match the current implementation;