Files
docs/.cspell.json
Naomi Carrigan d0e5a3773e
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 49s
fix: lint issues
2025-07-06 18:02:52 -07:00

71 lines
1.1 KiB
JSON

{
"language": "en-GB",
"allowCompoundWords": true,
"dictionaries": [
"en-gb",
"companies",
"softwareTerms",
"typescript",
"node",
"html",
"css",
"bash"
],
"ignoreRegExpList": [
"```[\\s\\S]*?```", // Ignores multi-line code blocks in Markdown
"`[^`\n]+`" // Ignores inline code blocks
],
"ignoreWords": [
"nhcarrigan",
"fiverr",
"misgendering",
"neurodiversity",
"recused",
"neurodivergent",
"hyfetch",
"technomancer",
"Wofi",
"Dunst",
"SonarQube",
"Grype",
"Syft",
"Ghostty",
"Amberol",
"Musicolet"
],
"words": [
"Abalise",
"atproto",
"Becca",
"Beccalia",
"CCPA",
"Celestine",
"Čeština",
"Dansk",
"Fediverse",
"Français",
"Gitea",
"Hikari",
"Italiano",
"Iuvo",
"Lietuvių",
"Lyria",
"Mommy",
"Nederlands",
"Polski",
"polycule",
"Română",
"Rosalia",
"Sakura",
"Suomi",
"Svenska",
"Taryne",
"Türkçe",
"Ελληνικά",
"Български",
"Русский",
"Українська",
"हिन्दी"
]
}