@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.
- package/cspell.config.json +2 -0
- package/dictionaries/kp-tech.txt +3 -1
- package/init/.cspell.json +3 -1
- package/package.json +2 -2
- package/readme.md +10 -2
package/cspell.config.json
CHANGED
package/dictionaries/kp-tech.txt
CHANGED
|
@@ -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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/cspell-config",
|
|
3
|
-
"version": "4.
|
|
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.
|
|
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
|
-
<!--
|
|
3
|
+
<!-- title -->
|
|
4
4
|
|
|
5
5
|
# @kitschpatrol/cspell-config
|
|
6
6
|
|
|
7
|
+
<!-- /title -->
|
|
8
|
+
|
|
9
|
+
<!-- badges -->
|
|
10
|
+
|
|
7
11
|
[](https://npmjs.com/package/@kitschpatrol/cspell-config)
|
|
8
12
|
[](https://opensource.org/licenses/MIT)
|
|
9
13
|
|
|
14
|
+
<!-- /badges -->
|
|
15
|
+
|
|
16
|
+
<!-- description -->
|
|
17
|
+
|
|
10
18
|
**CSpell configuration for @kitschpatrol/shared-config.**
|
|
11
19
|
|
|
12
|
-
<!-- /
|
|
20
|
+
<!-- /description -->
|
|
13
21
|
|
|
14
22
|
## Overview
|
|
15
23
|
|