Skip to content

Commit 1b8c229

Browse files
authored
Merge pull request #1976 from evenstensberg/feat/cspell
chore(root): add cspell
2 parents aa7bbc1 + 7b3980a commit 1b8c229

File tree

3 files changed

+1263
-108
lines changed

3 files changed

+1263
-108
lines changed

.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)