]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: refine GH copilot instructions
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 2 Nov 2025 11:53:28 +0000 (12:53 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 2 Nov 2025 11:53:28 +0000 (12:53 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/copilot-instructions.md

index 9b0ad1d8c6b1021e4383e4c2bd802914fa8aa174..eb027a18f44d45e8248518ba32725c54aefac69b 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.