Files
blog/cspell.json
T
naomi 952224cf75
Node.js CI / CI (pull_request) Successful in 1m5s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m32s
chore: spelling
2026-03-03 19:32:16 -08:00

50 lines
964 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": [
"corpo",
"Cthulu's",
"debaucherous",
"Faer",
"Fenrir",
"Fortnite",
"Gitea",
"Hatsune",
"Hikari",
"LGBTQ",
"Lich",
"Migadu",
"Miku",
"Minori",
"neopronouns",
"neurotypicality",
"NHCarrigan",
"Norns",
"R'lyeh",
"Rythm",
"schadenfreude",
"spazztic",
"strobing",
"Tauri",
"Unseelie",
"vaxry",
"waaaaaay",
"Wyrm",
"Wyrms"
]
}