Skip to content

Commit b74b151

Browse files
style: format cspell.json with prettier
1 parent 7fcc17f commit b74b151

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

cspell.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,37 @@
11
{
2-
"version": "0.2",
3-
"ignorePaths": [
4-
"node_modules",
5-
"package-lock.json",
6-
"pnpm-lock.yaml",
7-
"dist",
8-
"out",
9-
"build",
10-
"coverage",
11-
".vscode",
12-
".git",
13-
"*.min.js",
14-
"*.min.css",
15-
"*.map"
16-
],
17-
"language": "en",
18-
"overrides": [
19-
{
20-
"filename": "**/*.md",
21-
"words": [
2+
"version": "0.2",
3+
"ignorePaths": [
4+
"node_modules",
5+
"package-lock.json",
6+
"pnpm-lock.yaml",
7+
"dist",
8+
"out",
9+
"build",
10+
"coverage",
11+
".vscode",
12+
".git",
13+
"*.min.js",
14+
"*.min.css",
15+
"*.map"
16+
],
17+
"language": "en",
18+
"overrides": [
19+
{
20+
"filename": "**/*.md",
21+
"words": [
22+
"deepnote",
23+
"jupyter",
24+
"jupyterlab",
25+
"ipynb",
26+
"vscode",
27+
"pnpm",
28+
"monorepo",
29+
"notebookKernelJupyterNotebook",
30+
"extensionKind"
31+
]
32+
}
33+
],
34+
"words": [
2235
"deepnote",
2336
"jupyter",
2437
"jupyterlab",
@@ -28,19 +41,6 @@
2841
"monorepo",
2942
"notebookKernelJupyterNotebook",
3043
"extensionKind"
31-
]
32-
}
33-
],
34-
"words": [
35-
"deepnote",
36-
"jupyter",
37-
"jupyterlab",
38-
"ipynb",
39-
"vscode",
40-
"pnpm",
41-
"monorepo",
42-
"notebookKernelJupyterNotebook",
43-
"extensionKind"
44-
],
45-
"useGitignore": true
44+
],
45+
"useGitignore": true
4646
}

0 commit comments

Comments
 (0)