File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /usr/bin/env sh
2+ cd clients/web
3+ pnpm dlx lint-staged
Original file line number Diff line number Diff line change 1414 "format" : " prettier --write --cache ." ,
1515 "lint" : " eslint . --ext .ts,.tsx" ,
1616 "lint:fix" : " eslint . --fix --ext .ts,.tsx" ,
17- "test" : " cross-env TZ=UTC pnpm proto && vitest"
17+ "test" : " cross-env TZ=UTC pnpm proto && vitest" ,
18+ "prepare" : " cd ../.. && husky clients/web/.husky"
19+ },
20+ "lint-staged" : {
21+ "*" : " pnpm format" ,
22+ "*.{ts,tsx}" : " pnpm lint"
1823 },
1924 "devDependencies" : {
2025 "@protobuf-ts/protoc" : " ^2.9.3" ,
3237 "eslint" : " ^8.56.0" ,
3338 "eslint-config-prettier" : " ^9.0.0" ,
3439 "eslint-plugin-solid" : " ^0.13.0" ,
40+ "husky" : " ^9.0.11" ,
3541 "jsdom" : " ^24.0.0" ,
42+ "lint-staged" : " ^15.2.2" ,
3643 "postcss" : " ^8.4.35" ,
3744 "prettier" : " ^3.2.5" ,
3845 "tailwindcss" : " ^3.4.1" ,
You can’t perform that action at this time.
0 commit comments