Skip to content

Commit 54546dd

Browse files
committed
chore: Update CLAUDE.md and settings.json for code quality and testing
1 parent 5925abe commit 54546dd

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.claude/settings.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
"allow": [
44
"Bash(npm run lint)",
55
"Bash(npm run typecheck)",
6-
"Bash(npm run test*)",
7-
"Bash(npm install)"
6+
"Bash(npm install)",
7+
"Bash(npm run test)",
8+
"Bash(npm run test:jest)",
9+
"Bash(npm run test:vi)",
10+
"Bash(npm run test:swc)",
11+
"Bash(npm run test:examples)"
812
],
913
"deny": []
1014
}

CLAUDE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,8 @@ Most complex mock with multiple files:
101101

102102
- `bezier-easing` - Animation easing functions
103103
- `css-mediaquery` - Media query parsing
104-
- `puppeteer` - Browser automation for tests
104+
- `puppeteer` - Browser automation for tests
105+
106+
## Code Quality
107+
108+
- YOU MUST use proper types and type guards. NEVER use "any" or "as unknown as" typecasts

0 commit comments

Comments
 (0)