Elliot DeNolf
142616e6ad
chore(eslint): curly [skip-lint] ( #7959 )
...
Now enforcing curly brackets on all if statements. Includes auto-fixer.
```ts
// ❌ Bad
if (foo) foo++;
// ✅ Good
if (foo) {
foo++;
}
```
Note: this did not lint the `drizzle` package or any `db-*` packages.
This will be done in the future.
2024-08-29 10:15:36 -04:00
Elliot DeNolf
a8a273f0d8
chore(cpa): ensure project name is slugified ( #5631 )
2024-04-03 12:18:46 -04:00
Elliot DeNolf
3c54d32b6d
feat(cpa): rework all prompts to use @clack/prompts
2024-04-01 10:16:07 -04:00
Elliot DeNolf
7d7b232fdb
feat(create-payload-app): functioning init next flow, no prompts
2024-03-29 12:48:00 -04:00
Elliot DeNolf
818ab2c10f
chore: restructure
2024-03-26 18:45:52 -04:00
Elliot DeNolf
53a09f4989
chore(create-payload-app): migrate to esm, adjust init-next tests
2024-03-14 11:12:28 -04:00
Elliot DeNolf
5fd3d43000
chore(create-payload-app): lint and format
2023-10-12 19:04:28 -04:00
Elliot DeNolf
773be8744d
chore: move all files into packages/create-payload-app
2023-10-12 18:20:19 -04:00