We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dec2b7 commit 99c5e43Copy full SHA for 99c5e43
CLAUDE.md
@@ -1,6 +1,7 @@
1
# Coder Extension Development Guidelines
2
3
## Build and Test Commands
4
+
5
- Build: `yarn build`
6
- Watch mode: `yarn watch`
7
- Package: `yarn package`
@@ -11,6 +12,7 @@
11
12
- CI test mode: `yarn test:ci`
13
14
## Code Style Guidelines
15
16
- TypeScript with strict typing
17
- No semicolons (see `.prettierrc`)
18
- Trailing commas for all multi-line lists
@@ -21,4 +23,4 @@
21
23
- Sort imports alphabetically in groups: external → parent → sibling
22
24
- Error handling: wrap and type errors appropriately
25
- Use async/await for promises, avoid explicit Promise construction where possible
-- Test files must be named `*.test.ts` and use Vitest
26
+- Test files must be named `*.test.ts` and use Vitest
0 commit comments