From 600bbf1781f95b2f71fd666a35c056431cdb49e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 2 Nov 2025 12:53:28 +0100 Subject: [PATCH] chore: refine GH copilot instructions 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 9b0ad1d8..eb027a18 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. -- 2.43.0