-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcspell.json
More file actions
29 lines (29 loc) · 632 Bytes
/
cspell.json
File metadata and controls
29 lines (29 loc) · 632 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/v5.0.1-alpha.4/cspell.schema.json",
"version": "0.1",
"language": "en-US",
"words": [
"Mele"
],
"ignoreWords": [
"userfrosting",
"preversion",
"postversion",
"codecov",
"lcovonly",
"avajs"
],
"ignorePaths": [
"cspell.json",
"package-lock.json",
"api-extractor.json",
"docs/api/",
"dist/",
"temp/",
"docs/api-extractor/",
"pnpm-lock.yaml"
],
"ignoreRegExpList": [
"/Silic0nS0lider/"
]
}