@w5s/cspell-config 1.0.0-alpha.8 → 1.0.0-alpha.9

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.
@@ -1,5 +1,6 @@
1
1
  autodevops
2
2
  automerge
3
+ browserslist
3
4
  camelcase
4
5
  circleci
5
6
  CODEOWNERS
@@ -15,6 +16,8 @@ healthcheck
15
16
  interruptible
16
17
  macOS
17
18
  npmjs
19
+ stylelint
20
+ stylelintrc
18
21
  subpackage
19
22
  templating
20
23
  typedoc
package/lib/index.js CHANGED
@@ -69,6 +69,7 @@ const settings = {
69
69
  '**/*.snap',
70
70
  '**/lib/**',
71
71
  '**/node_modules/**',
72
+ '**/package.json',
72
73
  '**/package-lock.json',
73
74
  '**/renovate.json',
74
75
  '**/vscode-extension/**',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/cspell-config",
3
- "version": "1.0.0-alpha.8",
3
+ "version": "1.0.0-alpha.9",
4
4
  "description": "CSpell configuration presets",
5
5
  "keywords": [
6
6
  "cspell"
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "gitHead": "918c1157da6808ff19124ee96a4fe499f0da1877"
89
+ "gitHead": "6b74a881662f955fe5efbeef26ef46e06487c188"
90
90
  }
package/src/index.ts CHANGED
@@ -67,6 +67,7 @@ const settings: AdvancedCSpellSettings = {
67
67
  '**/*.snap',
68
68
  '**/lib/**',
69
69
  '**/node_modules/**',
70
+ '**/package.json',
70
71
  '**/package-lock.json',
71
72
  '**/renovate.json',
72
73
  '**/vscode-extension/**',