Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Documentation serves as an operational specification, not narrative prose.
-## TypeScript/Node.js conventions
+## TypeScript conventions
- **Naming**: Use camelCase for variables/functions/methods, PascalCase for classes/types/enums/interfaces.
- **Async operations**: Prefer async/await over raw Promises; handle rejections explicitly with try/catch.
{
- "$schema": "https://biomejs.dev/schemas/2.3.0/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
"assist": { "actions": { "source": { "organizeImports": "off" } } },
"linter": {
"enabled": false,