From: Jérôme Benoit Date: Sun, 2 Nov 2025 11:53:28 +0000 (+0100) Subject: chore: refine GH copilot instructions X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=600bbf1781f95b2f71fd666a35c056431cdb49e4;p=e-mobility-charging-stations-simulator.git chore: refine GH copilot instructions Signed-off-by: Jérôme Benoit --- 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.