forked from cloudflare/workers-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierignore
55 lines (45 loc) · 1.67 KB
/
.prettierignore
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
43
44
45
46
47
48
49
50
51
52
53
54
55
packages/wrangler/wrangler-dist/
packages/wrangler/miniflare-dist/
packages/wrangler/emitted-types/
packages/wrangler/coverage/
packages/wrangler/CHANGELOG.md
packages/jest-environment-wrangler/CHANGELOG.md
packages/wranglerjs-compat-webpack-plugin/lib
packages/wrangler-devtools/built-devtools
packages/wrangler-devtools/.cipd
packages/wrangler-devtools/depot
packages/wrangler-devtools/devtools-frontend
packages/edge-preview-authenticated-proxy/package.json
packages/format-errors/package.json
packages/**/dist/**
packages/miniflare/dist-types/
fixtures/remix-pages-app/build/
fixtures/remix-pages-app/public/build/
fixtures/pages-functions-app/public/cdn-cgi/
fixtures/remix-pages-app/functions/**
fixtures/**/dist/**
**/vendor/**
**/.wrangler/**
**/*.d.ts
# Moved from /templates
*-lock.*
*.lock
*.log
/worker-rust/target/
# TurboRepo CodeGen .hbs files
**/*.hbs
# Miniflare shouldn't be formatted with the root `prettier` version
packages/miniflare
# Generated Cap'n Proto files shouldn't be formatted
*.capnp.js
*.capnp.d.ts
# In the C3 templates, in particular framework templates, we want to be able to
# use any format that the framework authors prefer/use in their own templates,
# so let's ignore all the c3 template files, exlcuding the c3.ts ones
packages/create-cloudflare/templates/**/*.*
!packages/create-cloudflare/templates/**/c3.ts
# Some of the `@cloudflare/vitest-pool-workers` examples use `satisfies` as it
# makes typing unit tests much easier. Our current version of Prettier doesn't
# support this syntax so exclude those files.
fixtures/vitest-pool-workers-examples/basics-unit-integration-self/src/index.ts
fixtures/vitest-pool-workers-examples/queues/src/index.ts