Skip to content

Commit 99c5e43

Browse files
committed
lint
1 parent 2dec2b7 commit 99c5e43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CLAUDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Coder Extension Development Guidelines
22

33
## Build and Test Commands
4+
45
- Build: `yarn build`
56
- Watch mode: `yarn watch`
67
- Package: `yarn package`
@@ -11,6 +12,7 @@
1112
- CI test mode: `yarn test:ci`
1213

1314
## Code Style Guidelines
15+
1416
- TypeScript with strict typing
1517
- No semicolons (see `.prettierrc`)
1618
- Trailing commas for all multi-line lists
@@ -21,4 +23,4 @@
2123
- Sort imports alphabetically in groups: external → parent → sibling
2224
- Error handling: wrap and type errors appropriately
2325
- Use async/await for promises, avoid explicit Promise construction where possible
24-
- Test files must be named `*.test.ts` and use Vitest
26+
- Test files must be named `*.test.ts` and use Vitest

0 commit comments

Comments
 (0)