]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore: migrate biome configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 1 Nov 2025 22:25:50 +0000 (23:25 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 1 Nov 2025 22:25:50 +0000 (23:25 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/copilot-instructions.md
biome.json

index 1ad9c35137ef9505fca0caeb3e7d70f277bd65d8..26ea001406bfdab0aa336d14ab916f5f85741d7a 100644 (file)
@@ -78,7 +78,7 @@ These instructions guide GitHub Copilot to generate changes consistent with this
 
 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.
index c9c9feb5b5f0a7a73a34248bb5ca2df5b8fc79cb..6e145ac7aa92a80fb13733c38657666e3965ee19 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "$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,