docs/.cspell.json
Naomi Carrigan 0dfdf303b5 feat: document eslint-config, alt-gen, and naomiai (#54)
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/54
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-01-06 04:53:12 +00:00

35 lines
592 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"
]
}