Commit 76834d2
committed
Setup Turborepo monorepo with Biome linting and Husky pre-commit hooks
- Add root package.json with Turborepo, Biome, and Husky devDependencies
- Create turbo.json with lint, check, typecheck tasks
- Add biome.json with unified formatting config (70 char line width, no semicolons, single quotes)
- Create .husky/pre-commit hook to run biome check and turbo typecheck
- Add .github/workflows/ci.yml for GitHub Actions CI on push and PRs
- Update all 6 workspace package.json files with unique names and Biome scripts
- Remove per-project ESLint and Prettier configurations (15 config files)
- Delete per-project .gitignore, bun.lock, and bunfig.toml files
- Consolidate to root .gitignore and .biomeignore
- Reformat 232 source files to match unified Biome conventions
- Fix pre-existing TypeScript errors (@flowglad/types imports, SDK type mismatches)1 parent dc07bef commit 76834d2
276 files changed
Lines changed: 7449 additions & 13070 deletions
File tree
- .github/workflows
- .husky
- nextjs
- generation-based-subscription
- drizzle/meta
- src
- app
- api
- auth
- [...all]
- session
- flowglad/[...path]
- health
- pricing
- sign-in
- sign-up
- components
- ui
- hooks
- lib
- server/db
- pay-as-you-go
- drizzle/meta
- src
- app
- api
- auth
- [...all]
- session
- flowglad/[...path]
- health
- sign-in
- sign-up
- components
- ui
- hooks
- lib
- server/db
- tiered-usage-gated-subscription
- drizzle/meta
- src
- app
- api
- auth
- [...all]
- session
- flowglad/[...path]
- health
- pricing
- sign-in
- sign-up
- components
- ui
- hooks
- lib
- server/db
- usage-limit-subscription
- drizzle/meta
- src
- app
- api
- auth
- [...all]
- session
- flowglad/[...path]
- health
- pricing
- sign-in
- sign-up
- components
- ui
- hooks
- lib
- server/db
- react-vite/generation-based-subscription
- drizzle/meta
- server
- db
- lib
- src
- components
- ui
- hooks
- lib
- pages
- tanstack-start/generation-based-subscription
- drizzle/meta
- src
- components
- ui
- db
- hooks
- integrations/tanstack-query
- lib
- middleware
- routes
- api/flowglad
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
Lines changed: 20 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
9 | 17 | | |
10 | 18 | | |
11 | 19 | | |
| |||
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
48 | | - | |
| 56 | + | |
49 | 57 | | |
50 | 58 | | |
51 | | - | |
52 | | - | |
53 | 59 | | |
54 | 60 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
61 | | - | |
| 64 | + | |
62 | 65 | | |
63 | | - | |
64 | | - | |
65 | 66 | | |
66 | | - | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | 71 | | |
84 | 72 | | |
85 | 73 | | |
86 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
87 | 77 | | |
88 | | - | |
89 | | - | |
90 | 78 | | |
91 | 79 | | |
92 | 80 | | |
93 | 81 | | |
94 | 82 | | |
95 | 83 | | |
96 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments