@kitschpatrol/cspell-config 4.6.6 → 4.6.7

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.
@@ -56,6 +56,8 @@
56
56
  "*.mp4",
57
57
  "*.svg",
58
58
  "*.tldr",
59
+ "*.app",
60
+ "*.scpt",
59
61
  "package.json",
60
62
  "patches/",
61
63
  "pnpm-lock.yaml"
@@ -316,6 +316,7 @@ roletype
316
316
  ScanX
317
317
  scikit
318
318
  scipy
319
+ scpt
319
320
  screenreader
320
321
  screenshare
321
322
  scrollbooster
@@ -405,4 +406,4 @@ xcrun
405
406
  yadm
406
407
  Zigbee
407
408
  zimfw
408
- zplug
409
+ zplug
package/init/.cspell.json CHANGED
@@ -1,4 +1,6 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
3
- "import": "@kitschpatrol/cspell-config"
3
+ "import": "@kitschpatrol/cspell-config",
4
+ "ignorePaths": [],
5
+ "words": []
4
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/cspell-config",
3
- "version": "4.6.6",
3
+ "version": "4.6.7",
4
4
  "type": "module",
5
5
  "description": "CSpell configuration for @kitschpatrol/shared-config.",
6
6
  "repository": {
@@ -38,7 +38,7 @@
38
38
  "cli"
39
39
  ],
40
40
  "peerDependencies": {
41
- "cspell": "^8.8.1"
41
+ "cspell": "^8.8.4"
42
42
  },
43
43
  "dependencies": {
44
44
  "@pinojs/json-colorizer": "^4.0.0",
package/readme.md CHANGED
@@ -1,15 +1,23 @@
1
1
  <!--+ Warning: Content inside HTML comment blocks was generated by mdat and may be overwritten. +-->
2
2
 
3
- <!-- header -->
3
+ <!-- title -->
4
4
 
5
5
  # @kitschpatrol/cspell-config
6
6
 
7
+ <!-- /title -->
8
+
9
+ <!-- badges -->
10
+
7
11
  [![NPM Package @kitschpatrol/cspell-config](https://img.shields.io/npm/v/@kitschpatrol/cspell-config.svg)](https://npmjs.com/package/@kitschpatrol/cspell-config)
8
12
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9
13
 
14
+ <!-- /badges -->
15
+
16
+ <!-- description -->
17
+
10
18
  **CSpell configuration for @kitschpatrol/shared-config.**
11
19
 
12
- <!-- /header -->
20
+ <!-- /description -->
13
21
 
14
22
  ## Overview
15
23