docs/.cspell.json

39 lines
642 B
JSON
Raw Permalink Normal View History

{
"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"
]
}