Skip to content

Commit 66e6a7a

Browse files
committed
Import cspell-dicts
1 parent 519331d commit 66e6a7a

File tree

1 file changed

+26
-31
lines changed

1 file changed

+26
-31
lines changed

.cspell.json

Lines changed: 26 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,28 @@
11
{
2-
"version": "0.2",
3-
"language": "en",
4-
5-
"words": [
6-
"RSAT"
7-
],
8-
9-
"ignoreWords": [
10-
"stefanzweifel",
11-
"diffy"
12-
],
13-
14-
"flagWords": [
15-
"yeet",
16-
"rizz"
17-
],
18-
19-
"patterns": [
20-
{
21-
"name": "ALL-CAPS-WORDS",
22-
"pattern": "/\b[A-Z0-9]+\b/g",
23-
"description": "Any word in ALL CAPS."
24-
}
25-
],
26-
27-
"ignoreRegExpList": [
28-
"ALL-CAPS-WORDS",
29-
"Email",
30-
"github.com/",
31-
"@"
32-
]
2+
"import": [
3+
"@cspell/dict-powershell/cspell-ext.json",
4+
"@cspell/dict-csharp/cspell-ext.json"
5+
],
6+
"version": "0.2",
7+
"language": "en",
8+
"words": [
9+
"RSAT"
10+
],
11+
"ignoreWords": [
12+
"stefanzweifel",
13+
"diffy"
14+
],
15+
"patterns": [
16+
{
17+
"name": "ALL-CAPS-WORDS",
18+
"pattern": "/\b[A-Z0-9]+\b/g",
19+
"description": "Any word in ALL CAPS."
20+
}
21+
],
22+
"ignoreRegExpList": [
23+
"ALL-CAPS-WORDS",
24+
"Email",
25+
"github.com/",
26+
"@"
27+
]
3328
}

0 commit comments

Comments
 (0)