Skip to content

Commit 6069722

Browse files
committed
remove cspell
1 parent f25aaf3 commit 6069722

File tree

5 files changed

+2267
-3589
lines changed

5 files changed

+2267
-3589
lines changed

Diff for: .cspell.json

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
11
{
22
"version": "0.2",
33
"language": "en",
4-
"words": [
5-
"backquote",
6-
"biomejs",
7-
"coord",
8-
"decos",
9-
"fuga",
10-
"gyazo",
11-
"helpfeel",
12-
"hoge",
13-
"piyo",
14-
"progfay",
15-
"scrapbox",
16-
"tsbuildinfo"
17-
],
4+
"words": [],
185
"ignorePaths": [
196
"node_modules/**",
207
"tests/**/__snapshots__/**",

Diff for: .vscode/extensions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"recommendations": ["biomejs.biome"]
2+
"recommendations": ["biomejs.biome", "streetsidesoftware.code-spell-checker"]
33
}

Diff for: .vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"hoge",
1111
"fuga",
1212
"piyo",
13-
"tsbuildinfo"
13+
"tsbuildinfo",
14+
"biomejs"
1415
],
1516
"editor.defaultFormatter": "biomejs.biome",
1617
"editor.formatOnSave": true

0 commit comments

Comments
 (0)