Skip to content

Commit 978660e

Browse files
authored
Create cspell.json
1 parent d7fe40d commit 978660e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

cspell.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": "0.2",
3+
"language": "en",
4+
"dictionaries": ["bash", "npm", "node", "softwareTerms"],
5+
"dictionaryDefinitions": [
6+
{
7+
"name": "project-words",
8+
"path": "./project-words.txt",
9+
"addWords": true
10+
}
11+
],
12+
"ignoreRegExpList": [
13+
"https?:\\/\\/\\S+",
14+
"[a-fA-F0-9]{8,}",
15+
"\\b[A-Za-z0-9_-]{16,}\\b"
16+
],
17+
"ignorePaths": [
18+
"**/node_modules/**"
19+
]
20+
}

0 commit comments

Comments
 (0)