Skip to content

Commit 3e29243

Browse files
committed
Fixed formatting
1 parent 9293f67 commit 3e29243

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

cspell.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
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-
}
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)