Skip to content

Commit c16357e

Browse files
committed
Updated copilot instructions
1 parent 0971585 commit c16357e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Located in the `src/Exceptionless.Web/ClientApp` directory.
3838
- Code can be formatted and linted with `npm run format` and checked for errors with `npm run check` tasks.
3939
- Don't use namespace imports unless importing svelte-shadcn component or from a barrel export index file.
4040
- Limit use of $effect as there is usually a better way to solve the problem like using $derived.
41+
- All single-line control statements in JavaScript must be enclosed in curly braces to ensure unambiguous control flow, enhance readability, and prevent potential errors arising from unintended statement grouping.
4142

4243
- **Architecture & Components:**
4344
- Follow the Composite Component Pattern.

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"clsx",
1818
"cmdk",
1919
"colour",
20+
"Contoso",
2021
"dockerignore",
2122
"editorconfig",
2223
"elasticsearch",
@@ -51,6 +52,7 @@
5152
"typeschema",
5253
"WCAG",
5354
"websockets",
55+
"Writeline",
5456
"Xunit"
5557
],
5658
"css.customData": [

0 commit comments

Comments
 (0)