@storm-software/markdownlint 0.4.0 → 0.5.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/CHANGELOG.md +29 -22
- package/README.md +1 -1
- package/index.js +30 -30
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,62 +1,68 @@
|
|
|
1
|
-
## 0.
|
|
2
|
-
|
|
1
|
+
## 0.5.0 (2024-06-05)
|
|
3
2
|
|
|
4
3
|
### 🚀 Features
|
|
5
4
|
|
|
6
|
-
- **eslint-plugin:** Added the `
|
|
5
|
+
- **eslint-plugin:** Added the `apply` helper function
|
|
6
|
+
([ab919d5e](https://github.com/storm-software/storm-ops/commit/ab919d5e))
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
## 0.4.0 (2024-06-05)
|
|
9
|
+
|
|
10
|
+
### 🚀 Features
|
|
9
11
|
|
|
12
|
+
- **eslint-plugin:** Added the `eslint` and `prittier` base packages
|
|
13
|
+
([b2d63d0f](https://github.com/storm-software/storm-ops/commit/b2d63d0f))
|
|
14
|
+
|
|
15
|
+
- **workspace-tools:** Update `preset` generator with Storm `eslint-plugin` and
|
|
16
|
+
`prettier` config
|
|
17
|
+
([24ae7683](https://github.com/storm-software/storm-ops/commit/24ae7683))
|
|
10
18
|
|
|
11
19
|
### 🩹 Fixes
|
|
12
20
|
|
|
13
|
-
- **eslint:** Resolve issue with missing dependencies
|
|
21
|
+
- **eslint:** Resolve issue with missing dependencies
|
|
22
|
+
([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
|
|
14
23
|
|
|
15
24
|
## 0.3.0 (2024-06-03)
|
|
16
25
|
|
|
17
|
-
|
|
18
26
|
### 🚀 Features
|
|
19
27
|
|
|
20
|
-
- **storm-ops:** Upgrade Nx packages and resolve linting issues
|
|
21
|
-
|
|
28
|
+
- **storm-ops:** Upgrade Nx packages and resolve linting issues
|
|
29
|
+
([685c2bb9](https://github.com/storm-software/storm-ops/commit/685c2bb9))
|
|
22
30
|
|
|
23
31
|
### 🩹 Fixes
|
|
24
32
|
|
|
25
|
-
- **git-tools:** Resolved issue with import in markdown formatter
|
|
33
|
+
- **git-tools:** Resolved issue with import in markdown formatter
|
|
34
|
+
([5e3963de](https://github.com/storm-software/storm-ops/commit/5e3963de))
|
|
26
35
|
|
|
27
36
|
## 0.2.0 (2024-05-29)
|
|
28
37
|
|
|
29
|
-
|
|
30
38
|
### 🚀 Features
|
|
31
39
|
|
|
32
|
-
- **cloudflare-tools:** Update worker generator to add hono depenendency
|
|
40
|
+
- **cloudflare-tools:** Update worker generator to add hono depenendency
|
|
41
|
+
([946a9e59](https://github.com/storm-software/storm-ops/commit/946a9e59))
|
|
33
42
|
|
|
34
|
-
|
|
35
|
-
### ❤️ Thank You
|
|
43
|
+
### ❤️ Thank You
|
|
36
44
|
|
|
37
45
|
- Patrick Sullivan
|
|
38
46
|
|
|
39
47
|
## 0.1.2 (2024-05-27)
|
|
40
48
|
|
|
41
|
-
|
|
42
49
|
### 🩹 Fixes
|
|
43
50
|
|
|
44
|
-
- **deps:** pin dependencies
|
|
45
|
-
|
|
51
|
+
- **deps:** pin dependencies
|
|
52
|
+
([604f8bbb](https://github.com/storm-software/storm-ops/commit/604f8bbb))
|
|
46
53
|
|
|
47
|
-
### ❤️
|
|
54
|
+
### ❤️ Thank You
|
|
48
55
|
|
|
49
56
|
- Patrick Sullivan
|
|
50
57
|
|
|
51
58
|
## 0.1.1 (2024-05-06)
|
|
52
59
|
|
|
53
|
-
|
|
54
60
|
### 🩹 Fixes
|
|
55
61
|
|
|
56
|
-
- **markdownlint:** Resolved issue with bad config in lint file
|
|
62
|
+
- **markdownlint:** Resolved issue with bad config in lint file
|
|
63
|
+
([95b3aba7](https://github.com/storm-software/storm-ops/commit/95b3aba7))
|
|
57
64
|
|
|
58
|
-
|
|
59
|
-
### ❤️ Thank You
|
|
65
|
+
### ❤️ Thank You
|
|
60
66
|
|
|
61
67
|
- Patrick Sullivan
|
|
62
68
|
|
|
@@ -64,7 +70,8 @@
|
|
|
64
70
|
|
|
65
71
|
### 🚀 Features
|
|
66
72
|
|
|
67
|
-
- **markdownlint:** Added the `markdownlint` package for shared configurations
|
|
73
|
+
- **markdownlint:** Added the `markdownlint` package for shared configurations
|
|
74
|
+
([abd6fa38](https://github.com/storm-software/storm-ops/commit/abd6fa38))
|
|
68
75
|
|
|
69
76
|
### ❤️ Thank You
|
|
70
77
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/)
|
|
25
25
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
26
26
|
|
|
27
27
|
> [!IMPORTANT]
|
package/index.js
CHANGED
|
@@ -5518,36 +5518,6 @@ __export(src_exports, {
|
|
|
5518
5518
|
module.exports = __toCommonJS(src_exports);
|
|
5519
5519
|
var import_lodash = __toESM(require_lodash());
|
|
5520
5520
|
|
|
5521
|
-
// packages/markdownlint/src/style/accessibility.json
|
|
5522
|
-
var accessibility_default = {
|
|
5523
|
-
"no-alt-text": true,
|
|
5524
|
-
"no-default-alt-text": true,
|
|
5525
|
-
"no-duplicate-header": true,
|
|
5526
|
-
"no-emphasis-as-header": true,
|
|
5527
|
-
"no-generic-link-text": true,
|
|
5528
|
-
"heading-increment": true,
|
|
5529
|
-
"no-space-in-links": false,
|
|
5530
|
-
"ol-prefix": "ordered",
|
|
5531
|
-
"single-h1": true,
|
|
5532
|
-
"ul-style": {
|
|
5533
|
-
style: "asterisk"
|
|
5534
|
-
}
|
|
5535
|
-
};
|
|
5536
|
-
|
|
5537
|
-
// packages/markdownlint/src/style/base.json
|
|
5538
|
-
var base_default = {
|
|
5539
|
-
default: true,
|
|
5540
|
-
"no-inline-html": false,
|
|
5541
|
-
"no-bare-urls": false,
|
|
5542
|
-
"no-alt-text": true,
|
|
5543
|
-
"no-blanks-blockquote": false,
|
|
5544
|
-
"fenced-code-language": true,
|
|
5545
|
-
"heading-increment": true,
|
|
5546
|
-
"single-h1": true,
|
|
5547
|
-
"no-emphasis-as-header": true,
|
|
5548
|
-
"first-line-heading": false
|
|
5549
|
-
};
|
|
5550
|
-
|
|
5551
5521
|
// packages/markdownlint/src/rules/no-default-alt-text.ts
|
|
5552
5522
|
var defaultScreenshotRegex = `(?:screen|clean) ?(?:shot|cast) \\d{4}-\\d{2}-\\d{2}[^'"\\]]*`;
|
|
5553
5523
|
var imageRegex = "image";
|
|
@@ -5699,6 +5669,36 @@ var no_empty_alt_text_default = {
|
|
|
5699
5669
|
// packages/markdownlint/src/rules/index.ts
|
|
5700
5670
|
var rules = [no_default_alt_text_default, no_generic_link_text_default, no_empty_alt_text_default];
|
|
5701
5671
|
|
|
5672
|
+
// packages/markdownlint/src/style/accessibility.json
|
|
5673
|
+
var accessibility_default = {
|
|
5674
|
+
"no-alt-text": true,
|
|
5675
|
+
"no-default-alt-text": true,
|
|
5676
|
+
"no-duplicate-header": true,
|
|
5677
|
+
"no-emphasis-as-header": true,
|
|
5678
|
+
"no-generic-link-text": true,
|
|
5679
|
+
"heading-increment": true,
|
|
5680
|
+
"no-space-in-links": false,
|
|
5681
|
+
"ol-prefix": "ordered",
|
|
5682
|
+
"single-h1": true,
|
|
5683
|
+
"ul-style": {
|
|
5684
|
+
style: "asterisk"
|
|
5685
|
+
}
|
|
5686
|
+
};
|
|
5687
|
+
|
|
5688
|
+
// packages/markdownlint/src/style/base.json
|
|
5689
|
+
var base_default = {
|
|
5690
|
+
default: true,
|
|
5691
|
+
"no-inline-html": false,
|
|
5692
|
+
"no-bare-urls": false,
|
|
5693
|
+
"no-alt-text": true,
|
|
5694
|
+
"no-blanks-blockquote": false,
|
|
5695
|
+
"fenced-code-language": true,
|
|
5696
|
+
"heading-increment": true,
|
|
5697
|
+
"single-h1": true,
|
|
5698
|
+
"no-emphasis-as-header": true,
|
|
5699
|
+
"first-line-heading": false
|
|
5700
|
+
};
|
|
5701
|
+
|
|
5702
5702
|
// packages/markdownlint/src/index.ts
|
|
5703
5703
|
var offByDefault = ["no-empty-alt-text"];
|
|
5704
5704
|
for (const rule of rules) {
|