@kitschpatrol/cspell-config 4.6.6 → 4.7.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.
@@ -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"
@@ -125,6 +125,7 @@ hackintosh
125
125
  haml
126
126
  hasha
127
127
  hashable
128
+ hashbang
128
129
  hashchange
129
130
  helpd
130
131
  HoloLens
@@ -316,6 +317,7 @@ roletype
316
317
  ScanX
317
318
  scikit
318
319
  scipy
320
+ scpt
319
321
  screenreader
320
322
  screenshare
321
323
  scrollbooster
@@ -405,4 +407,4 @@ xcrun
405
407
  yadm
406
408
  Zigbee
407
409
  zimfw
408
- zplug
410
+ 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.7.0",
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