File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments