docs/.cspell.json
Naomi Carrigan 43fa0f5643
All checks were successful
Node.js CI / Lint and Test (push) Successful in 49s
feat: setup actions (#1)
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-01-23 02:23:01 -08:00

39 lines
642 B
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"
],
"words": [
"Fediverse",
"polycule"
]
}