feat: add spellcheck
Some checks failed
Node.js CI / CI (push) Failing after 7s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 49s

This commit is contained in:
2025-12-22 18:11:19 -08:00
parent b0315e6e18
commit d108ddecd5
7 changed files with 849 additions and 68 deletions

40
cspell.json Normal file
View File

@@ -0,0 +1,40 @@
{
"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"
]
}