@kitschpatrol/cspell-config 4.6.5 → 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.
- package/cspell.config.json +2 -0
- package/dictionaries/kp-tech.txt +2 -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
package/init/.cspell.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/cspell-config",
|
|
3
|
-
"version": "4.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.
|
|
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
|
|