From: Jérôme Benoit Date: Sat, 1 Nov 2025 22:25:50 +0000 (+0100) Subject: chore: migrate biome configuration X-Git-Tag: v5.1.7~17 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5a2e3eb61264ffec4d0e13f98dd408205d1fbcbb;p=poolifier.git chore: migrate biome configuration Signed-off-by: Jérôme Benoit --- diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 1ad9c3513..26ea00140 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -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. diff --git a/biome.json b/biome.json index c9c9feb5b..6e145ac7a 100644 --- a/biome.json +++ b/biome.json @@ -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,