File tree Expand file tree Collapse file tree 4 files changed +302
-1
lines changed
Expand file tree Collapse file tree 4 files changed +302
-1
lines changed Original file line number Diff line number Diff line change 1+ pnpm lint-staged
Original file line number Diff line number Diff line change 2323 "lint" : " biome check --write --unsafe" ,
2424 "format" : " biome format --write" ,
2525 "check:write" : " pnpm run lint && pnpm run typecheck" ,
26- "generate-client" : " tsx scripts/update-openapi-client.ts"
26+ "generate-client" : " tsx scripts/update-openapi-client.ts" ,
27+ "prepare" : " husky"
2728 },
2829 "keywords" : [
2930 " posthog" ,
4849 "eslint" : " ^8.56.0" ,
4950 "eslint-plugin-react" : " ^7.33.2" ,
5051 "eslint-plugin-react-hooks" : " ^4.6.0" ,
52+ "husky" : " ^9.1.7" ,
53+ "lint-staged" : " ^15.5.2" ,
5154 "mprocs" : " ^0.7.3" ,
5255 "postcss" : " ^8.4.33" ,
5356 "tailwindcss" : " ^3.4.1" ,
7780 "uuid" : " ^9.0.1" ,
7881 "zustand" : " ^4.5.0"
7982 },
83+ "lint-staged" : {
84+ "*.{ts,tsx,js,jsx}" : [
85+ " biome check --write --unsafe --files-ignore-unknown=true --no-errors-on-unmatched" ,
86+ " bash -c 'pnpm typecheck'"
87+ ]
88+ },
8089 "build" : {
8190 "appId" : " com.posthog.array" ,
8291 "productName" : " Array" ,
You can’t perform that action at this time.
0 commit comments