Skip to content

Commit

Permalink
refactor: make words capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
peelar committed Sep 1, 2023
1 parent c855890 commit 962f12c
Showing 1 changed file with 31 additions and 27 deletions.
58 changes: 31 additions & 27 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
{
"words": [
"adyen",
"algolia",
"avalara",
"avatax",
"klaviyo",
"saleor",
"sendgrid",
"upstash",
"vercel",
"strapi",
"contentful",
"datocms",
"builder.io",
"payloadcms",
"storyblok",
"hygraph",
"smtp",
"taxjar",
"stripe",
"mollie",
"paypal",
"klarna",
"braintree",
"mailchimp",
"twilio",
"rudderstack",
"datadog"
"Adyen",
"Algolia",
"Avalara",
"AvaTax",
"Klaviyo",
"Saleor",
"SendGrid",
"Upstash",
"Vercel",
"Strapi",
"Contentful",
"DatoCMS",
"Builder.io",
"PayloadCMS",
"Storyblok",
"Hygraph",
"SMTP",
"TaxJar",
"Stripe",
"Mollie",
"PayPal",
"Klarna",
"Braintree",
"Mailchimp",
"Twilio",
"RudderStack",
"DataDog",
"Clearpay",
"Afterpay",
"Nuvo",
"Appstore"
],
"ignorePaths": ["node_modules", "package.json", "pnpm-lock.yaml", ".gitignore"]
}

0 comments on commit 962f12c

Please sign in to comment.