Skip to content

Commit 7b3980a

Browse files
committed
chore(root): add cspell
1 parent 7906f9d commit 7b3980a

File tree

3 files changed

+1263
-108
lines changed

3 files changed

+1263
-108
lines changed

Diff for: .cspell.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"version": "0.2",
3+
"language": "en,en-gb",
4+
"words": [],
5+
"dictionaries": [
6+
"npm",
7+
"softwareTerms",
8+
"node",
9+
"html",
10+
"css",
11+
"bash",
12+
"en-gb",
13+
"misc"
14+
],
15+
"ignorePaths": ["package.json", "package-lock.json", "node_modules"]
16+
}
17+

0 commit comments

Comments
 (0)