File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Claude Code Guidelines
22
3+ ## About
4+
5+ A modern, zero dependency tool for managing git hooks in Bun projects.
6+
37## Linting
48
59- Use ** pickier** for linting — never use eslint directly
913## Frontend
1014
1115- Use ** stx** for templating — never write vanilla JS (` var ` , ` document.* ` , ` window.* ` ) in stx templates
12- - Use ** crosswind** as the default CSS framework
16+ - Use ** crosswind** as the default CSS framework which enables standard Tailwind-like utility classes
1317- stx ` <script> ` tags should only contain stx-compatible code (signals, composables, directives)
1418
1519## Dependencies
Original file line number Diff line number Diff line change 8282 "devDependencies" : {
8383 "@stacksjs/clapp" : " ^0.2.0" ,
8484 "@stacksjs/docs" : " ^0.70.23" ,
85- "better-dx" : " ^0.2.5" ,
86- "cac" : " ^6.7.14"
85+ "better-dx" : " ^0.2.5"
8786 },
8887 "git-hooks" : {
8988 "pre-commit" : {
You can’t perform that action at this time.
0 commit comments