From 5a2e3eb61264ffec4d0e13f98dd408205d1fbcbb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 1 Nov 2025 23:25:50 +0100 Subject: [PATCH] chore: migrate biome configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/copilot-instructions.md | 2 +- biome.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, -- 2.53.0