Skip to content

Commit 9293f67

Browse files
committed
Added cspell.json
1 parent 9f3b35a commit 9293f67

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

cspell.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"version": "0.2",
3+
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
4+
"enableGlobDot": true,
5+
"words": [
6+
"camelcase",
7+
"codecov",
8+
"cosmiconfig",
9+
"coverallsapp",
10+
"EDITMSG",
11+
"lcov",
12+
"octokit",
13+
"openapi",
14+
"pollyjs",
15+
"repos",
16+
"shrinkwrap",
17+
"streetsidesoftware",
18+
"tauri"
19+
],
20+
"useGitignore": true,
21+
"ignorePaths": [
22+
".git/*",
23+
".git/!{COMMIT_EDITMSG,EDITMSG}",
24+
".git/*/**",
25+
".yarn",
26+
".pnp.js",
27+
".vscode",
28+
".gitignore",
29+
"action/lib/**",
30+
"coverage",
31+
"cspell.json",
32+
"__snapshots__",
33+
"__recordings__",
34+
"**/coverage/**",
35+
"**/fixtures/**/*.json",
36+
"**/fixtures/sampleCode/*errors/",
37+
"node_modules",
38+
"main_root.js",
39+
"package-lock.json",
40+
"pnpm-lock.yaml",
41+
"yarn.lock"
42+
]
43+
}

0 commit comments

Comments
 (0)