@storm-software/cspell 0.10.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.9.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.10.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/cspell-base.json CHANGED
@@ -37,20 +37,14 @@
37
37
  "markdown"
38
38
  ],
39
39
  "flagWords": [],
40
- // Ignore files that aren't check in to git as well as files that aren't written
41
- // by hand. Note that we do want to check, say, JSON files (as package.json
42
- // contains English text like package descriptions).
43
40
  "useGitignore": true,
44
- // GitHub Security Advisories
45
41
  "ignoreRegExpList": ["GHSA-[-\\w]+"],
46
42
  "overrides": [
47
43
  {
48
- //Ignore anything in a changelog file that looks like a GitHub username.
49
44
  "filename": "**/CHANGELOG*.md",
50
45
  "ignoreRegExpList": ["@[-\\w]+"]
51
46
  },
52
47
  {
53
- //Ignore the targets of links in Markdown/MDX files.
54
48
  "filename": "'**/*.md*",
55
49
  "ignoreRegExpList": ["\\]\\([^)]+\\)"]
56
50
  }
package/cspell-ext.json CHANGED
@@ -1,10 +1,8 @@
1
- // cSpell Settings
2
1
  {
3
2
  "id": "storm",
4
3
  "name": "Storm Software",
5
4
  "description": "The Storm Software keywords Dictionary.",
6
5
  "readonly": true,
7
- // List of dictionary files to add to the global list of dictionaries
8
6
  "dictionaryDefinitions": [
9
7
  {
10
8
  "name": "storm",
@@ -12,11 +10,7 @@
12
10
  "description": "Storm Software keywords."
13
11
  }
14
12
  ],
15
- // Dictionaries to always be used.
16
- // Generally left empty
17
13
  "dictionaries": [],
18
- // Language Rules to apply to matching files.
19
- // Files are matched on `languageId` and `locale`
20
14
  "languageSettings": [
21
15
  {
22
16
  "languageId": [
@@ -14,11 +14,7 @@
14
14
  "markdown"
15
15
  ],
16
16
  "flagWords": [],
17
- // Ignore files that aren't check in to git as well as files that aren't written
18
- // by hand. Note that we do want to check, say, JSON files (as package.json
19
- // contains English text like package descriptions).
20
17
  "useGitignore": true,
21
- // GitHub Security Advisories
22
18
  "ignoreRegExpList": [
23
19
  "GHSA-[-\\w]+",
24
20
  "Markdown links",
@@ -33,12 +29,10 @@
33
29
  "ignorePaths": [],
34
30
  "overrides": [
35
31
  {
36
- //Ignore anything in a changelog file that looks like a GitHub username.
37
32
  "filename": "**/CHANGELOG*.md",
38
33
  "ignoreRegExpList": ["@[-\\w]+"]
39
34
  },
40
35
  {
41
- //Ignore the targets of links in Markdown/MDX files.
42
36
  "filename": "'**/*.md*",
43
37
  "ignoreRegExpList": ["\\]\\([^)]+\\)"]
44
38
  }
@@ -0,0 +1,81 @@
1
+ {
2
+ "version": "0.2",
3
+ "enabledLanguageIds": [
4
+ "handlebars",
5
+ "dockerfile",
6
+ "terraform",
7
+ "tfvars",
8
+ "commit-msg"
9
+ ],
10
+ "dictionaries": [
11
+ "storm",
12
+ "public-licenses",
13
+ "filetypes",
14
+ "cryptocurrencies",
15
+ "docker",
16
+ "git",
17
+ "k8s",
18
+ "aws",
19
+ "terraform"
20
+ ],
21
+ "languageSettings": [
22
+ {
23
+ "languageId": "typescript,typescriptreact,mdx",
24
+ "dictionaries": [
25
+ "storm",
26
+ "typescript",
27
+ "node",
28
+ "npm",
29
+ "aws",
30
+ "softwareTerms"
31
+ ]
32
+ },
33
+ {
34
+ "languageId": "json,jsonc,yaml",
35
+ "dictionaries": [
36
+ "storm",
37
+ "aws",
38
+ "k8s",
39
+ "softwareTerms",
40
+ "public-licenses"
41
+ ]
42
+ },
43
+ {
44
+ "languageId": "json,jsonc",
45
+ "dictionaries": ["storm", "node", "npm", "aws"]
46
+ },
47
+ {
48
+ "languageId": "dockerfile",
49
+ "dictionaries": ["storm", "aws", "k8s", "docker"]
50
+ },
51
+ {
52
+ "languageId": "json,jsonc",
53
+ "dictionaries": ["storm", "node", "npm", "aws"]
54
+ }
55
+ ],
56
+ "import": [
57
+ "./cspell-base.json",
58
+ "@cspell/dict-aws/cspell-ext.json",
59
+ "@cspell/dict-cryptocurrencies/cspell-ext.json",
60
+ "@cspell/dict-docker/cspell-ext.json",
61
+ "@cspell/dict-en_us/cspell-ext.json",
62
+ "@cspell/dict-en-common-misspellings/cspell-ext.json",
63
+ "@cspell/dict-filetypes/cspell-ext.json",
64
+ "@cspell/dict-fonts/cspell-ext.json",
65
+ "@cspell/dict-fullstack/cspell-ext.json",
66
+ "@cspell/dict-git/cspell-ext.json",
67
+ "@cspell/dict-html-symbol-entities/cspell-ext.json",
68
+ "@cspell/dict-html/cspell-ext.json",
69
+ "@cspell/dict-k8s/cspell-ext.json",
70
+ "@cspell/dict-lorem-ipsum/cspell-ext.json",
71
+ "@cspell/dict-markdown/cspell-ext.json",
72
+ "@cspell/dict-makefile/cspell-ext.json",
73
+ "@cspell/dict-node/cspell-ext.json",
74
+ "@cspell/dict-npm/cspell-ext.json",
75
+ "@cspell/dict-public-licenses/cspell-ext.json",
76
+ "@cspell/dict-rust/cspell-ext.json",
77
+ "@cspell/dict-sql/cspell-ext.json",
78
+ "@cspell/dict-software-terms/cspell-ext.json",
79
+ "@cspell/dict-typescript/cspell-ext.json"
80
+ ]
81
+ }
package/dict/storm.txt CHANGED
@@ -195,6 +195,7 @@ retext
195
195
  rollup
196
196
  ruhl
197
197
  runtimes
198
+ sarif
198
199
  satoshi
199
200
  sdls
200
201
  shellescape
@@ -207,6 +208,7 @@ stacktracey
207
208
  stenciljs
208
209
  stormcloud
209
210
  stormie
211
+ stormiebot
210
212
  stormsoftware
211
213
  stormstack
212
214
  strapi
package/dist/index.cjs ADDED
@@ -0,0 +1,508 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// cspell-all.json
2
+ var cspell_all_default = {
3
+ version: "0.2",
4
+ enabledLanguageIds: [
5
+ "c",
6
+ "cpp",
7
+ "csharp",
8
+ "dart",
9
+ "elixir",
10
+ "fsharp",
11
+ "golang",
12
+ "haskell",
13
+ "java",
14
+ "lua",
15
+ "php",
16
+ "powershell",
17
+ "python",
18
+ "r",
19
+ "ruby",
20
+ "scala",
21
+ "svelte",
22
+ "swift",
23
+ "vue"
24
+ ],
25
+ dictionaries: [
26
+ "ada",
27
+ "bash",
28
+ "companies",
29
+ "cpp",
30
+ "csharp",
31
+ "dart",
32
+ "django",
33
+ "dotnet",
34
+ "elixir",
35
+ "en-gb",
36
+ "fsharp",
37
+ "gaming-terms",
38
+ "golang",
39
+ "haskell",
40
+ "java",
41
+ "latex",
42
+ "lua",
43
+ "php",
44
+ "powershell",
45
+ "python",
46
+ "r",
47
+ "ruby",
48
+ "scala",
49
+ "svelte",
50
+ "swift",
51
+ "vue"
52
+ ],
53
+ languageSettings: [
54
+ {
55
+ languageId: "php",
56
+ dictionaries: ["storm", "php"]
57
+ },
58
+ {
59
+ languageId: "html,pug,jade,php,handlebars",
60
+ dictionaries: [
61
+ "storm",
62
+ "html",
63
+ "fonts",
64
+ "typescript",
65
+ "css",
66
+ "npm",
67
+ "html-symbol-entities"
68
+ ]
69
+ }
70
+ ],
71
+ import: [
72
+ "./cspell-recommended.json",
73
+ "@cspell/dict-ada/cspell-ext.json",
74
+ "@cspell/dict-bash/cspell-ext.json",
75
+ "@cspell/dict-companies/cspell-ext.json",
76
+ "@cspell/dict-cpp/cspell-ext.json",
77
+ "@cspell/dict-csharp/cspell-ext.json",
78
+ "@cspell/dict-dart/cspell-ext.json",
79
+ "@cspell/dict-django/cspell-ext.json",
80
+ "@cspell/dict-dotnet/cspell-ext.json",
81
+ "@cspell/dict-elixir/cspell-ext.json",
82
+ "@cspell/dict-en-gb/cspell-ext.json",
83
+ "@cspell/dict-fsharp/cspell-ext.json",
84
+ "@cspell/dict-gaming-terms/cspell-ext.json",
85
+ "@cspell/dict-golang/cspell-ext.json",
86
+ "@cspell/dict-haskell/cspell-ext.json",
87
+ "@cspell/dict-java/cspell-ext.json",
88
+ "@cspell/dict-latex/cspell-ext.json",
89
+ "@cspell/dict-lua/cspell-ext.json",
90
+ "@cspell/dict-php/cspell-ext.json",
91
+ "@cspell/dict-powershell/cspell-ext.json",
92
+ "@cspell/dict-python/cspell-ext.json",
93
+ "@cspell/dict-r/cspell-ext.json",
94
+ "@cspell/dict-ruby/cspell-ext.json",
95
+ "@cspell/dict-scala/cspell-ext.json",
96
+ "@cspell/dict-svelte/cspell-ext.json",
97
+ "@cspell/dict-swift/cspell-ext.json",
98
+ "@cspell/dict-vue/cspell-ext.json"
99
+ ]
100
+ };
101
+
102
+ // cspell-base.json
103
+ var cspell_base_default = {
104
+ version: "0.2",
105
+ description: "Base CSpell configuration used by Storm Software.",
106
+ language: "en",
107
+ enabled: true,
108
+ caseSensitive: false,
109
+ enabledLanguageIds: [
110
+ "typescript",
111
+ "javascript",
112
+ "typescriptreact",
113
+ "javascriptreact",
114
+ "mdx",
115
+ "rust",
116
+ "json",
117
+ "jsonc",
118
+ "yaml",
119
+ "css",
120
+ "html",
121
+ "markdown"
122
+ ],
123
+ maxNumberOfProblems: 1e4,
124
+ dictionaries: [
125
+ "storm",
126
+ "en_us",
127
+ "softwareTerms",
128
+ "filetypes",
129
+ "fonts",
130
+ "node",
131
+ "npm",
132
+ "sql",
133
+ "rust",
134
+ "fullstack",
135
+ "fonts",
136
+ "css",
137
+ "html",
138
+ "html-symbol-entities",
139
+ "markdown"
140
+ ],
141
+ flagWords: [],
142
+ useGitignore: true,
143
+ ignoreRegExpList: ["GHSA-[-\\w]+"],
144
+ overrides: [
145
+ {
146
+ filename: "**/CHANGELOG*.md",
147
+ ignoreRegExpList: ["@[-\\w]+"]
148
+ },
149
+ {
150
+ filename: "'**/*.md*",
151
+ ignoreRegExpList: ["\\]\\([^)]+\\)"]
152
+ }
153
+ ],
154
+ patterns: [
155
+ {
156
+ name: "HTML-symbol-entity",
157
+ description: "Matches on HTML symbols like `&clubs;`",
158
+ pattern: "/&[a-z]+;/g"
159
+ },
160
+ {
161
+ name: "MARKDOWN-link-reference",
162
+ description: "Markdown reference link: `[This is a link][reference]`, matches `[reference]`",
163
+ pattern: "/(?<=])[[-w.`'\"*&;#@ ]+]/g"
164
+ },
165
+ {
166
+ name: "MARKDOWN-link-footer",
167
+ description: "Markdown referenced link: `[reference]: https://www.google.com`, matches the entire reference.",
168
+ pattern: "/[[-w.`'\"*&;#@ ]+]:( [^s]*)?/g"
169
+ },
170
+ {
171
+ name: "MARKDOWN-link",
172
+ description: "Markdown link: `[link text](link)`, matches `link`",
173
+ pattern: "/(?<=]()[^)s]+/g"
174
+ },
175
+ {
176
+ name: "MARKDOWN-anchor",
177
+ description: 'Markdown Anchors: `<a id="my_link"></a>`, matches `my_link`',
178
+ pattern: '/(?<=<as+id=")[^"s]+/g'
179
+ }
180
+ ],
181
+ languageSettings: [
182
+ {
183
+ languageId: "javascript,javascriptreact",
184
+ dictionaries: ["storm", "typescript", "node", "npm"]
185
+ },
186
+ {
187
+ languageId: "typescript,typescriptreact,mdx",
188
+ dictionaries: ["storm", "typescript", "node", "npm", "softwareTerms"]
189
+ },
190
+ {
191
+ languageId: "json,jsonc,yaml",
192
+ dictionaries: ["storm", "softwareTerms", "public-licenses"]
193
+ },
194
+ {
195
+ languageId: "json,jsonc",
196
+ dictionaries: ["storm", "node", "npm"]
197
+ },
198
+ {
199
+ languageId: "javascriptreact,typescriptreact,mdx",
200
+ dictionaries: ["storm", "html", "html-symbol-entities", "css", "fonts"]
201
+ },
202
+ {
203
+ languageId: "markdown,asciidoc",
204
+ dictionaries: ["storm", "npm", "html", "html-symbol-entities"]
205
+ },
206
+ {
207
+ languageId: "html",
208
+ dictionaries: [
209
+ "storm",
210
+ "html",
211
+ "fonts",
212
+ "typescript",
213
+ "css",
214
+ "npm",
215
+ "html-symbol-entities"
216
+ ]
217
+ },
218
+ {
219
+ languageId: "css,less,scss",
220
+ dictionaries: ["storm", "fonts", "css"]
221
+ },
222
+ {
223
+ languageId: "map",
224
+ enabled: false
225
+ },
226
+ {
227
+ languageId: "image",
228
+ enabled: false
229
+ },
230
+ {
231
+ languageId: "binary",
232
+ enabled: false
233
+ },
234
+ {
235
+ languageId: "markdown,html,mdx",
236
+ ignoreRegExpList: ["HTML-symbol-entity", "public-licenses"]
237
+ },
238
+ {
239
+ languageId: "html",
240
+ ignoreRegExpList: ["href"]
241
+ },
242
+ {
243
+ languageId: "markdown,mdx",
244
+ ignoreRegExpList: ["markdown"]
245
+ },
246
+ {
247
+ languageId: "markdown",
248
+ ignoreRegExpList: [
249
+ "MARKDOWN-link-reference",
250
+ "MARKDOWN-link-footer",
251
+ "MARKDOWN-link",
252
+ "MARKDOWN-anchor"
253
+ ]
254
+ }
255
+ ],
256
+ import: [
257
+ "./cspell-ext.json",
258
+ "@cspell/dict-css/cspell-ext.json",
259
+ "@cspell/dict-en_us/cspell-ext.json",
260
+ "@cspell/dict-filetypes/cspell-ext.json",
261
+ "@cspell/dict-fullstack/cspell-ext.json",
262
+ "@cspell/dict-html-symbol-entities/cspell-ext.json",
263
+ "@cspell/dict-html/cspell-ext.json",
264
+ "@cspell/dict-fonts/cspell-ext.json",
265
+ "@cspell/dict-lorem-ipsum/cspell-ext.json",
266
+ "@cspell/dict-markdown/cspell-ext.json",
267
+ "@cspell/dict-node/cspell-ext.json",
268
+ "@cspell/dict-npm/cspell-ext.json",
269
+ "@cspell/dict-rust/cspell-ext.json",
270
+ "@cspell/dict-sql/cspell-ext.json",
271
+ "@cspell/dict-software-terms/cspell-ext.json",
272
+ "@cspell/dict-typescript/cspell-ext.json"
273
+ ]
274
+ };
275
+
276
+ // cspell-ext.json
277
+ var cspell_ext_default = {
278
+ id: "storm",
279
+ name: "Storm Software",
280
+ description: "The Storm Software keywords Dictionary.",
281
+ readonly: true,
282
+ dictionaryDefinitions: [
283
+ {
284
+ name: "storm",
285
+ path: "./dict/storm.txt",
286
+ description: "Storm Software keywords."
287
+ }
288
+ ],
289
+ dictionaries: [],
290
+ languageSettings: [
291
+ {
292
+ languageId: [
293
+ "typescript",
294
+ "javascript",
295
+ "typescriptreact",
296
+ "javascriptreact",
297
+ "mdx",
298
+ "rust",
299
+ "json",
300
+ "jsonc",
301
+ "yaml",
302
+ "markdown"
303
+ ],
304
+ locale: "*",
305
+ includeRegExpList: [],
306
+ ignoreRegExpList: [],
307
+ patterns: [],
308
+ dictionaries: ["storm"],
309
+ dictionaryDefinitions: []
310
+ }
311
+ ]
312
+ };
313
+
314
+ // cspell-minimal.json
315
+ var cspell_minimal_default = {
316
+ version: "0.2",
317
+ description: "Base CSpell configuration used by Storm Software.",
318
+ language: "en",
319
+ caseSensitive: false,
320
+ dictionaries: [
321
+ "storm",
322
+ "en_us",
323
+ "softwareTerms",
324
+ "filetypes",
325
+ "node",
326
+ "npm",
327
+ "fullstack",
328
+ "markdown"
329
+ ],
330
+ flagWords: [],
331
+ useGitignore: true,
332
+ ignoreRegExpList: [
333
+ "GHSA-[-\\w]+",
334
+ "Markdown links",
335
+ "Markdown code blocks",
336
+ "Inline code blocks",
337
+ "Link contents",
338
+ "Snippet references",
339
+ "Snippet references 2",
340
+ "Multi-line code blocks",
341
+ "HTML Tags"
342
+ ],
343
+ ignorePaths: [],
344
+ overrides: [
345
+ {
346
+ filename: "**/CHANGELOG*.md",
347
+ ignoreRegExpList: ["@[-\\w]+"]
348
+ },
349
+ {
350
+ filename: "'**/*.md*",
351
+ ignoreRegExpList: ["\\]\\([^)]+\\)"]
352
+ }
353
+ ],
354
+ patterns: [
355
+ {
356
+ name: "Markdown links",
357
+ pattern: "\\((.*)\\)",
358
+ description: ""
359
+ },
360
+ {
361
+ name: "Markdown code blocks",
362
+ pattern: "/^(\\s*`{3,}).*[\\s\\S]*?^\\1/gmx",
363
+ description: "Taken from the cSpell example at https://cspell.org/configuration/patterns/#verbose-regular-expressions"
364
+ },
365
+ {
366
+ name: "Inline code blocks",
367
+ pattern: "\\`([^\\`\\r\\n]+?)\\`",
368
+ description: "https://stackoverflow.com/questions/41274241/how-to-capture-inline-markdown-code-but-not-a-markdown-code-fence-with-regex"
369
+ },
370
+ {
371
+ name: "Link contents",
372
+ pattern: "\\<a(.*)\\>",
373
+ description: ""
374
+ },
375
+ {
376
+ name: "Snippet references",
377
+ pattern: "-- snippet:(.*)",
378
+ description: ""
379
+ },
380
+ {
381
+ name: "Snippet references 2",
382
+ pattern: "\\<\\[sample:(.*)",
383
+ description: "another kind of snippet reference"
384
+ },
385
+ {
386
+ name: "Multi-line code blocks",
387
+ pattern: "/^\\s*```[\\s\\S]*?^\\s*```/gm"
388
+ },
389
+ {
390
+ name: "HTML Tags",
391
+ pattern: "<[^>]*>",
392
+ description: "Reference: https://stackoverflow.com/questions/11229831/regular-expression-to-remove-html-tags-from-a-string"
393
+ }
394
+ ],
395
+ import: [
396
+ "./cspell-ext.json",
397
+ "@cspell/dict-css/cspell-ext.json",
398
+ "@cspell/dict-en_us/cspell-ext.json",
399
+ "@cspell/dict-filetypes/cspell-ext.json",
400
+ "@cspell/dict-fullstack/cspell-ext.json",
401
+ "@cspell/dict-html-symbol-entities/cspell-ext.json",
402
+ "@cspell/dict-html/cspell-ext.json",
403
+ "@cspell/dict-fonts/cspell-ext.json",
404
+ "@cspell/dict-lorem-ipsum/cspell-ext.json",
405
+ "@cspell/dict-markdown/cspell-ext.json",
406
+ "@cspell/dict-node/cspell-ext.json",
407
+ "@cspell/dict-npm/cspell-ext.json",
408
+ "@cspell/dict-rust/cspell-ext.json",
409
+ "@cspell/dict-sql/cspell-ext.json",
410
+ "@cspell/dict-software-terms/cspell-ext.json",
411
+ "@cspell/dict-typescript/cspell-ext.json"
412
+ ]
413
+ };
414
+
415
+ // cspell-recommended.json
416
+ var cspell_recommended_default = {
417
+ version: "0.2",
418
+ enabledLanguageIds: [
419
+ "handlebars",
420
+ "dockerfile",
421
+ "terraform",
422
+ "tfvars",
423
+ "commit-msg"
424
+ ],
425
+ dictionaries: [
426
+ "storm",
427
+ "public-licenses",
428
+ "filetypes",
429
+ "cryptocurrencies",
430
+ "docker",
431
+ "git",
432
+ "k8s",
433
+ "aws",
434
+ "terraform"
435
+ ],
436
+ languageSettings: [
437
+ {
438
+ languageId: "typescript,typescriptreact,mdx",
439
+ dictionaries: [
440
+ "storm",
441
+ "typescript",
442
+ "node",
443
+ "npm",
444
+ "aws",
445
+ "softwareTerms"
446
+ ]
447
+ },
448
+ {
449
+ languageId: "json,jsonc,yaml",
450
+ dictionaries: [
451
+ "storm",
452
+ "aws",
453
+ "k8s",
454
+ "softwareTerms",
455
+ "public-licenses"
456
+ ]
457
+ },
458
+ {
459
+ languageId: "json,jsonc",
460
+ dictionaries: ["storm", "node", "npm", "aws"]
461
+ },
462
+ {
463
+ languageId: "dockerfile",
464
+ dictionaries: ["storm", "aws", "k8s", "docker"]
465
+ },
466
+ {
467
+ languageId: "json,jsonc",
468
+ dictionaries: ["storm", "node", "npm", "aws"]
469
+ }
470
+ ],
471
+ import: [
472
+ "./cspell-base.json",
473
+ "@cspell/dict-aws/cspell-ext.json",
474
+ "@cspell/dict-cryptocurrencies/cspell-ext.json",
475
+ "@cspell/dict-docker/cspell-ext.json",
476
+ "@cspell/dict-en_us/cspell-ext.json",
477
+ "@cspell/dict-en-common-misspellings/cspell-ext.json",
478
+ "@cspell/dict-filetypes/cspell-ext.json",
479
+ "@cspell/dict-fonts/cspell-ext.json",
480
+ "@cspell/dict-fullstack/cspell-ext.json",
481
+ "@cspell/dict-git/cspell-ext.json",
482
+ "@cspell/dict-html-symbol-entities/cspell-ext.json",
483
+ "@cspell/dict-html/cspell-ext.json",
484
+ "@cspell/dict-k8s/cspell-ext.json",
485
+ "@cspell/dict-lorem-ipsum/cspell-ext.json",
486
+ "@cspell/dict-markdown/cspell-ext.json",
487
+ "@cspell/dict-makefile/cspell-ext.json",
488
+ "@cspell/dict-node/cspell-ext.json",
489
+ "@cspell/dict-npm/cspell-ext.json",
490
+ "@cspell/dict-public-licenses/cspell-ext.json",
491
+ "@cspell/dict-rust/cspell-ext.json",
492
+ "@cspell/dict-sql/cspell-ext.json",
493
+ "@cspell/dict-software-terms/cspell-ext.json",
494
+ "@cspell/dict-typescript/cspell-ext.json"
495
+ ]
496
+ };
497
+
498
+ // index.ts
499
+ var configs = {
500
+ base: cspell_base_default,
501
+ minimal: cspell_minimal_default,
502
+ recommended: cspell_recommended_default,
503
+ ext: cspell_ext_default,
504
+ all: cspell_all_default
505
+ };
506
+
507
+
508
+ exports.configs = configs;