Files
blog/cspell.json
Naomi Carrigan d108ddecd5
Some checks failed
Node.js CI / CI (push) Failing after 7s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 49s
feat: add spellcheck
2025-12-22 18:11:19 -08:00

41 lines
792 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
],
"words": [
"Cthulu's",
"debaucherous",
"Faer",
"Fenrir",
"Gitea",
"LGBTQ",
"Lich",
"Migadu",
"neopronouns",
"NHCarrigan",
"Norns",
"R'lyeh",
"Rythm",
"schadenfreude",
"strobing",
"Unseelie",
"vaxry",
"waaaaaay",
"Wyrm",
"Wyrms"
]
}