@w5s/cspell-config 3.1.1 → 3.1.2

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.
@@ -0,0 +1,9 @@
1
+ cjsx
2
+ ctsx
3
+ dangerfile
4
+ eslintcache
5
+ mdwn
6
+ mtsx
7
+ pcss
8
+ plopfile
9
+ tsbuildinfo
@@ -0,0 +1,23 @@
1
+ autodevops
2
+ automerge
3
+ bigdecimal
4
+ camelcase
5
+ CODEOWNERS
6
+ datasource
7
+ datasources
8
+ editorconfig
9
+ esnext
10
+ frontends
11
+ githooks
12
+ gitmoji
13
+ gitmojis
14
+ healthcheck
15
+ interruptible
16
+ macOS
17
+ monoid
18
+ npmjs
19
+ postpack
20
+ prepack
21
+ stylesheet
22
+ subpackage
23
+ templating
package/dict/names.txt ADDED
@@ -0,0 +1,21 @@
1
+ circleci
2
+ CommonMark
3
+ dbaeumer
4
+ espree
5
+ github
6
+ gitlab
7
+ Infima
8
+ jpolo
9
+ nuxt
10
+ plop
11
+ plopjs
12
+ Raygun
13
+ rubygems
14
+ rushstack
15
+ seatonjiang
16
+ strictsoftware
17
+ Stroustrup
18
+ tsdown
19
+ tsup
20
+ typecript
21
+ VueJS
package/dict/npm.txt ADDED
@@ -0,0 +1,8 @@
1
+ browserslist
2
+ commitlint
3
+ esbuild
4
+ pinia
5
+ stylelint
6
+ stylelintrc
7
+ typedoc
8
+ typescript
@@ -0,0 +1,7 @@
1
+ # cspell-tools: keep-case no-split
2
+
3
+ fcontext
4
+ fdescribe
5
+ ts-nocheck
6
+ xcontext
7
+ xdescribe
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import cSpellSettings from "@cspell/cspell-bundled-dicts/cspell-default.config.j
2
2
  //#region src/meta.ts
3
3
  const meta = Object.freeze({
4
4
  name: "@w5s/cspell-config",
5
- version: "3.1.1",
5
+ version: "3.1.2",
6
6
  buildNumber: 1
7
7
  });
8
8
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/cspell-config",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "CSpell configuration presets",
5
5
  "keywords": [
6
6
  "cspell"
@@ -26,6 +26,7 @@
26
26
  "typings": "./dist/index.d.mts",
27
27
  "files": [
28
28
  "cspell-ext.json",
29
+ "dict/",
29
30
  "dist/",
30
31
  "src/",
31
32
  "index.js",
@@ -55,5 +56,5 @@
55
56
  "access": "public"
56
57
  },
57
58
  "sideEffect": false,
58
- "gitHead": "202a665e3ce20aabf1eff51af6b0eb013c179e0a"
59
+ "gitHead": "3b43d7c3bbc5964bd4d2cede6459710fbd264104"
59
60
  }