-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cspell.json
131 lines (131 loc) · 2.69 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"language": "en-GB",
"words": [
"MarkMcCulloh",
"vscode-projen",
"dbaeumer",
"vscode-eslint",
"streetsidesoftware",
"code-spell-checker",
"adam-bender",
"commit-message-editor",
"commitlint",
"cli",
"config-conventional",
"types",
"fs-extra",
"jest",
"node",
"typescript-eslint",
"eslint-plugin",
"parser",
"cspell",
"eslint-config-prettier",
"eslint-import-resolver-node",
"eslint-import-resolver-typescript",
"eslint-plugin-import",
"eslint-plugin-jsdoc",
"eslint-plugin-prettier",
"eslint-plugin-unicorn",
"eslint",
"husky",
"jest-junit",
"jsii",
"jsii-diff",
"jsii-docgen",
"jsii-pacmak",
"json-schema",
"npm-check-updates",
"prettier",
"projen",
"standard-version",
"ts-jest",
"ts-node",
"typescript",
"mountainpass",
"cool-bits-for-projen",
"projenrc",
"docgen",
"unbump",
"lcov",
"cobertura",
"compat",
"applypatch-msg",
"pre-applypatch",
"post-applypatch",
"pre-commit",
"pre-merge-commit",
"prepare-commit-msg",
"commit-msg",
"post-commit",
"pre-rebase",
"post-checkout",
"post-merge",
"pre-push",
"pre-receive",
"update",
"proc-receive",
"post-receive",
"post-update",
"reference-transaction",
"push-to-checkout",
"pre-auto-gc",
"post-rewrite",
"sendemail-validate",
"fsmonitor-watchman",
"p4-changelist",
"p4-prepare-changelist",
"p4-post-changelist",
"p4-pre-submit",
"post-index-change",
"hubber"
],
"dictionaryDefinitions": [
{
"name": "project-words",
"path": "./.project-words.txt",
"addWords": true
}
],
"dictionaries": [
"project-words"
],
"ignorePaths": [
"./API.md",
".commitlintrc.json",
".eslintrc.json",
".gitattributes",
".github/pull_request_template.md",
".github/workflows/build.yml",
".github/workflows/pull-request-lint.yml",
".github/workflows/release.yml",
".github/workflows/upgrade-main.yml",
".gitignore",
".husky/commit-msg",
".husky/pre-commit",
".husky/pre-push",
".mergify.yml",
".npmignore",
".prettierignore",
".prettierrc.json",
".projen/deps.json",
".projen/files.json",
".projen/tasks.json",
".vscode/extensions.json",
"CODE_OF_CONDUCT.md",
"LICENSE",
"package.json",
"tsconfig.dev.json",
".cspell.json"
],
"overrides": [
{
"language": "en",
"filename": "CODE_OF_CONDUCT.md",
"words": [
"socio-economic"
]
}
],
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}