forked from Consensys/doc.linea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cspell.json
52 lines (52 loc) · 1.25 KB
/
.cspell.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"version": "0.2",
"gitignoreRoot": ".",
"useGitignore": true,
"dictionaries": [
"css",
"html",
"fonts",
"typescript",
"softwareTerms",
"companies",
"lorem-ipsum",
"project-words"
],
"dictionaryDefinitions": [
{
"name": "project-words",
"path": "./project-words.txt",
"noSuggest": true
}
],
"ignorePaths": [
"CHANGELOG.md",
"LICENSE",
"package.json",
"yarn.lock",
"project-words.txt",
"__snapshots__",
"*.min.*",
"jest/vendor",
"docusaurus.config.js",
"src/css/",
"babel.config.js",
"api/",
"sidebars.js",
"tsconfig.*.json",
".github/**",
"__pycache__/**/*",
"docs/tutorials/send-private-transaction.md",
"docs/reference/plugins/security.md",
"docs/tutorials/kubernetes/*",
"docs/reference/logging-and-errors.md",
"docs/reference/cli-syntax.md",
"docs/reference/api-methods.md",
"docs/develop/client-libraries.md",
"docs/deploy/upgrade/migration.md",
"docs/configure-and-manage/manage/multi-tenancy/migration.md",
"docs/configure-and-manage/manage/json-rpc-api-security.md",
"docs/configure-and-manage/configure/use-configuration-file.md"
],
"ignoreRegExpList": ["Email", "Urls", "#[\\w-]*"]
}