generated from nhcarrigan/template
feat: add spellcheck
This commit is contained in:
40
cspell.json
Normal file
40
cspell.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user