saleor-apps-redis_apl/cspell.json
Adrian Pilarczyk 0aa1d12cc4
feat: ⚗️ add check-spelling.yml gh action (#947)
* feat: ⚗️ add check-spelling.yml gh action

* chore: ⚗️ make typos to test gh action

* feat:  add cspell config

* fix: 🐛 typos

* feat: ⚗️ test verbose

* Revert "feat: ⚗️ test verbose"

This reverts commit 3bf36f5a29b6af2ca969a92f0bc61e12e89d8a44.

* feat:  add cspell locally

scripts for all files & lint-staged

* feat:  add new words to dictionary in cspell.json

* refactor: 🚚 cspell.json -> cspell.config.json

* Revert "refactor: 🚚 cspell.json -> cspell.config.json"

This reverts commit b5c96f6909cf5f0ab1173255ef7ded7e360ca83f.

* Revert "feat:  add new words to dictionary in cspell.json"

This reverts commit 69d8bdd3f9ed19ab07044e3e986c8d0b06114e43.

* feat:  add ignorePaths

* feat: add more ignore

* feat:  add words to cspell.json

* refactor: ♻️ change dictionary in cspell.json

* refactor: make words capitalized

* fix: 🐛 add md/mdx to check-spelling
2023-09-01 11:44:20 +02:00

36 lines
573 B
JSON

{
"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",
"Clearpay",
"Afterpay",
"Nuvo",
"Appstore"
],
"ignorePaths": ["node_modules", "package.json", "pnpm-lock.yaml", ".gitignore"]
}