forked from saleor/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cspell.json
94 lines (94 loc) · 1.51 KB
/
cspell.json
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"words": [
"Autocommit",
"Adyen",
"Afterpay",
"Algolia",
"Appstore",
"Avalara",
"AvaTax",
"backorder",
"Braintree",
"Builder.io",
"Clearpay",
"clsx",
"codegen",
"Contentful",
"DataDog",
"DatoCMS",
"hookform",
"Hygraph",
"jwks",
"Klarna",
"Klaviyo",
"Mailchimp",
"maxage",
"metafield",
"metafields",
"Mollie",
"Nuvo",
"PayloadCMS",
"PayPal",
"preorder",
"RudderStack",
"Saleor",
"SendGrid",
"SMTP",
"Storyblok",
"Strapi",
"Stripe",
"syncpack",
"TaxJar",
"testid",
"trpc",
"Twilio",
"Undiscounted",
"Upstash",
"urql",
"Vercel",
"RudderStack",
"DataDog",
"Clearpay",
"Afterpay",
"Nuvo",
"Appstore",
"tRPC",
"Algoliasearch",
"tanstack",
"usehooks",
"Nextjs",
"Upserting",
"Mjml",
"Combobox",
"Quickstart",
"hookform",
"Microinvoice",
"upsert",
"Builderio",
"vals",
"urql",
"Protos",
"pino",
"IFRAME",
"preline",
"darkmode",
"Graphiql",
"XYZAAABB00",
"XYZAAABB",
"dedupe"
],
"ignorePaths": [
"node_modules",
"package.json",
"pnpm-lock.yaml",
".gitignore",
"apps/products-feed/src/modules/category-mapping/google-product-categories.ts",
"apps/taxes/src/modules/ui/countries.ts",
"**/*.test.ts",
"**/*.spec.ts",
"**/graphql.ts",
"**/CHANGELOG.md",
"**/schema.graphql",
"**/*-generator.ts"
]
}