Commit 90edf65
authored
chore: Ensure prettier is run on all files (#17497)
This simplifies our prettier setup to also run on e2e-tests, and aligns
the `fix:prettier` and `lint:prettier` targets (which were previously
not aligned).
Changes being done here:
1. Apply prettier to all e2e test apps normally (no special prettier
handling inside of the test apps)
2. Removed `.prettierrc.json` file, this was duplicated from the config
in the root package.json
3. Ensure prettier is applied to JSON files as well
4. Ensure prettier is applied to .astro files (needs astro plugin)1 parent e19c3ef commit 90edf65
File tree
205 files changed
+2056
-1568
lines changed- .claude
- dev-packages
- browser-integration-tests
- suites/replay/ignoreMutations
- utils
- cloudflare-integration-tests
- e2e-tests
- test-applications
- angular-17
- src/app
- component-tracking
- home
- angular-18
- src/app/home
- angular-19
- src/app
- component-tracking
- home
- angular-20/src/app/component-tracking
- astro-4
- src
- layouts
- pages
- catchAll
- client-error
- endpoint-error
- ssr-error
- test-ssr
- test-static
- user-page
- astro-5/src
- components
- layouts
- pages
- catchAll
- client-error
- endpoint-error
- server-island
- ssr-error
- test-ssr
- test-static
- user-page
- cloudflare-astro/src
- components
- layouts
- pages
- cloudflare-hono
- test
- cloudflare-workers
- src
- tests
- create-react-app/src
- create-remix-app-express
- tests
- create-remix-app-v2/tests
- ember-classic
- app
- components
- controllers
- ember-embroider
- hydrogen-react-router-7
- app
- nestjs-11
- nestjs-8
- nestjs-basic-with-graphql
- nestjs-basic
- nestjs-distributed-tracing
- nestjs-fastify
- nestjs-graphql
- nestjs-with-submodules-decorator
- nestjs-with-submodules
- nextjs-13/app/parameterized/static
- nextjs-14/app/parameterized/static
- nextjs-15
- app
- ai-test
- parameterized/static
- ppr-error/[param]
- nextjs-orpc
- src/app
- nextjs-t3
- src/app
- nextjs-turbo/app
- parameterized/static
- node-express-v5/tests
- node-firebase/src
- nuxt-3-dynamic-import
- components
- pages
- nuxt-3-min
- components
- pages
- nuxt-3-top-level-import
- components
- pages
- nuxt-3
- components
- pages
- nuxt-4/app
- components
- pages
- react-create-browser-router
- react-create-memory-router
- react-router-6/tests
- react-router-7-framework-node-20-18
- react-router-7-framework-spa-node-20-18
- app
- routes
- performance
- react-router-7-framework-spa
- app
- routes
- performance
- react-router-7-framework
- react-router-7-lazy-routes
- src
- tests
- react-router-7-spa
- remix-hydrogen
- app
- functions
- solid-solidrouter
- solid
- supabase-nextjs
- components
- lib
- pages
- api
- sveltekit-2-kit-tracing
- sveltekit-2-svelte-5
- sveltekit-2.5.0-twp
- sveltekit-cloudflare-pages
- src
- vue-3
- src
- views
- webpack-4
- test-utils
- docs
- changelog
- migration
- packages
- angular
- astro
- src/integration
- aws-serverless/src/integration/instrumentation-aws-lambda
- browser-utils
- cloudflare
- test
- ember/tests/dummy/app
- components
- controllers
- nextjs/src/config
- node/src/integrations/tracing/fastify/fastify-otel
- nuxt/src
- vite
- react-router
- test
- react/src
- remix/test/integration/test/client/utils
- replay-internal/test/fixtures/fixJson
- replay-worker/examples
- solidstart
- solid
- svelte
- vue
- wasm
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
205 files changed
+2056
-1568
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
650 | 649 | | |
651 | 650 | | |
652 | 651 | | |
653 | | - | |
654 | 652 | | |
655 | 653 | | |
656 | 654 | | |
| |||
1215 | 1213 | | |
1216 | 1214 | | |
1217 | 1215 | | |
1218 | | - | |
1219 | 1216 | | |
1220 | 1217 | | |
1221 | 1218 | | |
| |||
1264 | 1261 | | |
1265 | 1262 | | |
1266 | 1263 | | |
1267 | | - | |
1268 | 1264 | | |
1269 | 1265 | | |
1270 | 1266 | | |
| |||
1314 | 1310 | | |
1315 | 1311 | | |
1316 | 1312 | | |
1317 | | - | |
1318 | 1313 | | |
1319 | 1314 | | |
1320 | 1315 | | |
1321 | 1316 | | |
1322 | 1317 | | |
1323 | | - | |
1324 | 1318 | | |
1325 | 1319 | | |
1326 | 1320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
| |||
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
152 | 149 | | |
153 | 150 | | |
154 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
Lines changed: 6 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
22 | 20 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 21 | + | |
| 22 | + | |
30 | 23 | | |
31 | 24 | | |
32 | 25 | | |
| |||
74 | 67 | | |
75 | 68 | | |
76 | 69 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 70 | + | |
81 | 71 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 72 | + | |
| 73 | + | |
89 | 74 | | |
90 | 75 | | |
91 | 76 | | |
| |||
0 commit comments