rsnext/packages/create-next-app/templates/default/ts
Steven 4466ba436b
chore(examples): use default prettier for examples/templates (#60530)
## Description
This PR ensures that the default prettier config is used for examples
and templates.

This config is compatible with `prettier@3` as well (upgrading prettier
is bigger change that can be a future PR).

## Changes
- Updated `.prettierrc.json` in root with `"trailingComma": "es5"` (will
be needed upgrading to prettier@3)
- Added `examples/.prettierrc.json` with default config (this will
change every example)
- Added `packages/create-next-app/templates/.prettierrc.json` with
default config (this will change every template)

## Related

- Fixes #54402
- Closes #54409
2024-01-11 16:01:44 -07:00
..
pages chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
public fix(cli): unify styles/content of templates (#47294) 2023-03-20 15:33:44 -07:00
styles chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
.env.example feat: add self-documenting .env.example file (#56469) 2023-10-12 21:55:14 +00:00
eslintrc.json feat(create-next-app): JS/TS prompt (with appDir support); enhanced testing (#42012) 2022-10-31 05:43:39 +00:00
gitignore Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
next-env.d.ts feat(create-next-app): JS/TS prompt (with appDir support); enhanced testing (#42012) 2022-10-31 05:43:39 +00:00
next.config.mjs chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
README-template.md create-next-app templates: Change bun run dev commands to bun dev (#55603) 2023-09-19 19:04:33 +00:00
tsconfig.json Remove unused target: es5 from tsconfig.json in create-next-app (#60521) 2024-01-11 14:35:17 +00:00