@storm-software/markdownlint 0.10.0 β 0.12.2
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 +55 -44
- package/README.md +88 -34
- package/index.js +5 -5
- package/package.json +1 -41
package/CHANGELOG.md
CHANGED
|
@@ -1,57 +1,84 @@
|
|
|
1
|
-
## 0.
|
|
1
|
+
## 0.12.2 (2025-01-11)
|
|
2
2
|
|
|
3
|
+
### Miscellaneous
|
|
3
4
|
|
|
4
|
-
|
|
5
|
+
- **workspace-tools:** Added additional logging for pnpm dependency updates process ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
|
|
5
6
|
|
|
6
|
-
- **markdownlint:** Added markdownlint v1 json configuration ([9fbd4fd0](https://github.com/storm-software/storm-ops/commit/9fbd4fd0))
|
|
7
7
|
|
|
8
|
-
- **markdownlint:** Ensure markdownlint.json is included in package ([ddc5639b](https://github.com/storm-software/storm-ops/commit/ddc5639b))
|
|
9
8
|
|
|
10
|
-
## 0.
|
|
9
|
+
## 0.12.0 (2024-12-30)
|
|
11
10
|
|
|
11
|
+
### Features
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
- **storm-ops:** Completed enhancement around `catalog` and `workspace` dependency upgrades ([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
### Dependency Upgrades
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
- **storm-ops:** Added consistent `@types/node` versions across repository ([a569536d](https://github.com/storm-software/storm-ops/commit/a569536d))
|
|
18
18
|
|
|
19
|
+
## 0.11.0 (2024-07-17)
|
|
19
20
|
|
|
20
|
-
###
|
|
21
|
+
### Features
|
|
21
22
|
|
|
22
|
-
- **
|
|
23
|
+
- **git-tools:** Added README header template to include table of contents
|
|
24
|
+
([6841042e](https://github.com/storm-software/storm-ops/commit/6841042e))
|
|
23
25
|
|
|
24
|
-
## 0.
|
|
26
|
+
## 0.10.0 (2024-07-14)
|
|
25
27
|
|
|
28
|
+
### Features
|
|
26
29
|
|
|
27
|
-
|
|
30
|
+
- **markdownlint:** Added markdownlint v1 json configuration
|
|
31
|
+
([9fbd4fd0](https://github.com/storm-software/storm-ops/commit/9fbd4fd0))
|
|
28
32
|
|
|
29
|
-
- **
|
|
33
|
+
- **markdownlint:** Ensure markdownlint.json is included in package
|
|
34
|
+
([ddc5639b](https://github.com/storm-software/storm-ops/commit/ddc5639b))
|
|
30
35
|
|
|
31
|
-
## 0.
|
|
36
|
+
## 0.9.0 (2024-06-22)
|
|
32
37
|
|
|
38
|
+
### Features
|
|
33
39
|
|
|
34
|
-
|
|
40
|
+
- **workspace-tools:** Upgrade the workspace pnpm-lock file
|
|
41
|
+
([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
|
|
35
42
|
|
|
36
|
-
|
|
43
|
+
## 0.8.0 (2024-06-22)
|
|
37
44
|
|
|
38
|
-
|
|
45
|
+
### Features
|
|
39
46
|
|
|
47
|
+
- **storm-ops:** Updated pnpm-lock file
|
|
48
|
+
([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
|
|
49
|
+
|
|
50
|
+
## 0.7.0 (2024-06-22)
|
|
40
51
|
|
|
41
|
-
###
|
|
52
|
+
### Features
|
|
53
|
+
|
|
54
|
+
- **workspace-tools:** Added `lint` and `format` tasks and improved cache input
|
|
55
|
+
management
|
|
56
|
+
([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
|
|
57
|
+
|
|
58
|
+
## 0.6.0 (2024-06-21)
|
|
42
59
|
|
|
43
|
-
|
|
60
|
+
### Features
|
|
61
|
+
|
|
62
|
+
- **eslint-plugin:** Resolve issues with eslint module types
|
|
63
|
+
([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
|
|
64
|
+
|
|
65
|
+
## 0.5.1 (2024-06-05)
|
|
66
|
+
|
|
67
|
+
### Bug Fixes
|
|
68
|
+
|
|
69
|
+
- **markdownlint:** Resolve issue with bad rules export
|
|
70
|
+
([7e6e5375](https://github.com/storm-software/storm-ops/commit/7e6e5375))
|
|
44
71
|
|
|
45
72
|
## 0.5.0 (2024-06-05)
|
|
46
73
|
|
|
47
|
-
###
|
|
74
|
+
### Features
|
|
48
75
|
|
|
49
76
|
- **eslint-plugin:** Added the `apply` helper function
|
|
50
77
|
([ab919d5e](https://github.com/storm-software/storm-ops/commit/ab919d5e))
|
|
51
78
|
|
|
52
79
|
## 0.4.0 (2024-06-05)
|
|
53
80
|
|
|
54
|
-
###
|
|
81
|
+
### Features
|
|
55
82
|
|
|
56
83
|
- **eslint-plugin:** Added the `eslint` and `prittier` base packages
|
|
57
84
|
([b2d63d0f](https://github.com/storm-software/storm-ops/commit/b2d63d0f))
|
|
@@ -60,63 +87,47 @@
|
|
|
60
87
|
`prettier` config
|
|
61
88
|
([24ae7683](https://github.com/storm-software/storm-ops/commit/24ae7683))
|
|
62
89
|
|
|
63
|
-
###
|
|
90
|
+
### Bug Fixes
|
|
64
91
|
|
|
65
92
|
- **eslint:** Resolve issue with missing dependencies
|
|
66
93
|
([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
|
|
67
94
|
|
|
68
95
|
## 0.3.0 (2024-06-03)
|
|
69
96
|
|
|
70
|
-
###
|
|
97
|
+
### Features
|
|
71
98
|
|
|
72
99
|
- **storm-ops:** Upgrade Nx packages and resolve linting issues
|
|
73
100
|
([685c2bb9](https://github.com/storm-software/storm-ops/commit/685c2bb9))
|
|
74
101
|
|
|
75
|
-
###
|
|
102
|
+
### Bug Fixes
|
|
76
103
|
|
|
77
104
|
- **git-tools:** Resolved issue with import in markdown formatter
|
|
78
105
|
([5e3963de](https://github.com/storm-software/storm-ops/commit/5e3963de))
|
|
79
106
|
|
|
80
107
|
## 0.2.0 (2024-05-29)
|
|
81
108
|
|
|
82
|
-
###
|
|
109
|
+
### Features
|
|
83
110
|
|
|
84
111
|
- **cloudflare-tools:** Update worker generator to add hono depenendency
|
|
85
112
|
([946a9e59](https://github.com/storm-software/storm-ops/commit/946a9e59))
|
|
86
113
|
|
|
87
|
-
### β€οΈ Thank You
|
|
88
|
-
|
|
89
|
-
- Patrick Sullivan
|
|
90
|
-
|
|
91
114
|
## 0.1.2 (2024-05-27)
|
|
92
115
|
|
|
93
|
-
###
|
|
116
|
+
### Bug Fixes
|
|
94
117
|
|
|
95
118
|
- **deps:** pin dependencies
|
|
96
119
|
([604f8bbb](https://github.com/storm-software/storm-ops/commit/604f8bbb))
|
|
97
120
|
|
|
98
|
-
### β€οΈ Thank You
|
|
99
|
-
|
|
100
|
-
- Patrick Sullivan
|
|
101
|
-
|
|
102
121
|
## 0.1.1 (2024-05-06)
|
|
103
122
|
|
|
104
|
-
###
|
|
123
|
+
### Bug Fixes
|
|
105
124
|
|
|
106
125
|
- **markdownlint:** Resolved issue with bad config in lint file
|
|
107
126
|
([95b3aba7](https://github.com/storm-software/storm-ops/commit/95b3aba7))
|
|
108
127
|
|
|
109
|
-
### β€οΈ Thank You
|
|
110
|
-
|
|
111
|
-
- Patrick Sullivan
|
|
112
|
-
|
|
113
128
|
## 0.1.0 (2024-05-06)
|
|
114
129
|
|
|
115
|
-
###
|
|
130
|
+
### Features
|
|
116
131
|
|
|
117
132
|
- **markdownlint:** Added the `markdownlint` package for shared configurations
|
|
118
133
|
([abd6fa38](https://github.com/storm-software/storm-ops/commit/abd6fa38))
|
|
119
|
-
|
|
120
|
-
### β€οΈ Thank You
|
|
121
|
-
|
|
122
|
-
- Patrick Sullivan
|
package/README.md
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
10
10
|
<b>
|
|
11
|
-
<a href="https://stormsoftware.com" target="_blank">Website</a> β’
|
|
12
|
-
<a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> β’
|
|
13
|
-
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’
|
|
11
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> β’
|
|
12
|
+
<a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> β’
|
|
13
|
+
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’ <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’
|
|
14
14
|
<a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
|
|
15
15
|
</b>
|
|
16
16
|
</div>
|
|
@@ -21,18 +21,42 @@ 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/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
>
|
|
30
|
-
> NPM (and other distributions)
|
|
31
|
-
|
|
32
|
-
|
|
26
|
+
<!-- prettier-ignore-start -->
|
|
27
|
+
<!-- markdownlint-disable -->
|
|
28
|
+
|
|
29
|
+
> [!IMPORTANT]
|
|
30
|
+
> This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
|
|
31
|
+
|
|
32
|
+
<!-- markdownlint-restore -->
|
|
33
|
+
<!-- prettier-ignore-end -->
|
|
34
|
+
|
|
35
|
+
<div align="center">
|
|
36
|
+
<b>Be sure to β this repository on <a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
|
|
37
|
+
</div>
|
|
33
38
|
|
|
34
39
|
<br />
|
|
35
40
|
|
|
41
|
+
<!-- START doctoc -->
|
|
42
|
+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
## Table of Contents
|
|
44
|
+
|
|
45
|
+
- [Storm Markdownlint Rules](#storm-markdownlint-rules)
|
|
46
|
+
- [Installing](#installing)
|
|
47
|
+
- [Building](#building)
|
|
48
|
+
- [Running unit tests](#running-unit-tests)
|
|
49
|
+
- [Storm Workspaces](#storm-workspaces)
|
|
50
|
+
- [Roadmap](#roadmap)
|
|
51
|
+
- [Support](#support)
|
|
52
|
+
- [License](#license)
|
|
53
|
+
- [Changelog](#changelog)
|
|
54
|
+
- [Contributing](#contributing)
|
|
55
|
+
- [Contributors](#contributors)
|
|
56
|
+
|
|
57
|
+
<!-- END doctoc -->
|
|
58
|
+
|
|
59
|
+
<br />
|
|
36
60
|
|
|
37
61
|
<!-- markdownlint-restore -->
|
|
38
62
|
<!-- prettier-ignore-end -->
|
|
@@ -46,11 +70,6 @@ package includes the rules used by GitHub in the
|
|
|
46
70
|
[markdownlint-github](https://github.com/github/markdownlint-github) package, as
|
|
47
71
|
well as additional rules that are specific to Storm Software.
|
|
48
72
|
|
|
49
|
-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
50
|
-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
51
|
-
|
|
52
|
-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
53
|
-
|
|
54
73
|
## Installing
|
|
55
74
|
|
|
56
75
|
Using [pnpm](http://pnpm.io):
|
|
@@ -93,17 +112,25 @@ Run `nx test markdownlint` to execute the unit tests via
|
|
|
93
112
|
|
|
94
113
|
## Storm Workspaces
|
|
95
114
|
|
|
96
|
-
Storm workspaces are built using
|
|
115
|
+
Storm workspaces are built using
|
|
116
|
+
<a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
|
|
117
|
+
for monorepos, which helps you develop like Google, Facebook, and Microsoft.
|
|
118
|
+
Building on top of Nx, the Open System provides a set of tools and patterns that
|
|
119
|
+
help you scale your monorepo to many teams while keeping the codebase
|
|
120
|
+
maintainable.
|
|
97
121
|
|
|
98
122
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
99
123
|
<br />
|
|
100
124
|
|
|
101
125
|
## Roadmap
|
|
102
126
|
|
|
103
|
-
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
127
|
+
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
128
|
+
list of proposed features (and known issues).
|
|
104
129
|
|
|
105
|
-
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
106
|
-
|
|
130
|
+
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
131
|
+
(Add your votes using the π reaction)
|
|
132
|
+
- [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
|
|
133
|
+
(Add your votes using the π reaction)
|
|
107
134
|
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
108
135
|
|
|
109
136
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
@@ -122,7 +149,8 @@ Reach out to the maintainer at one of the following places:
|
|
|
122
149
|
|
|
123
150
|
## License
|
|
124
151
|
|
|
125
|
-
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
152
|
+
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
153
|
+
distribute this template as you like.
|
|
126
154
|
|
|
127
155
|
See [LICENSE](LICENSE) for more information.
|
|
128
156
|
|
|
@@ -131,32 +159,42 @@ See [LICENSE](LICENSE) for more information.
|
|
|
131
159
|
|
|
132
160
|
## Changelog
|
|
133
161
|
|
|
134
|
-
This project adheres to
|
|
162
|
+
This project adheres to
|
|
163
|
+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
|
|
164
|
+
with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
|
|
165
|
+
file
|
|
135
166
|
|
|
136
167
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
137
168
|
<br />
|
|
138
169
|
|
|
139
170
|
## Contributing
|
|
140
171
|
|
|
141
|
-
First off, thanks for taking the time to contribute! Contributions are what
|
|
172
|
+
First off, thanks for taking the time to contribute! Contributions are what
|
|
173
|
+
makes the open-source community such an amazing place to learn, inspire, and
|
|
174
|
+
create. Any contributions you make will benefit everybody else and are **greatly
|
|
175
|
+
appreciated**.
|
|
142
176
|
|
|
143
177
|
Please try to create bug reports that are:
|
|
144
178
|
|
|
145
179
|
- _Reproducible._ Include steps to reproduce the problem.
|
|
146
|
-
- _Specific._ Include as much detail as possible: which version, what
|
|
180
|
+
- _Specific._ Include as much detail as possible: which version, what
|
|
181
|
+
environment, etc.
|
|
147
182
|
- _Unique._ Do not duplicate existing opened issues.
|
|
148
183
|
- _Scoped to a Single Bug._ One bug per report.
|
|
149
184
|
|
|
150
185
|
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
151
186
|
|
|
152
|
-
You can use
|
|
187
|
+
You can use
|
|
188
|
+
[markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli)
|
|
189
|
+
to check for common markdown style inconsistency.
|
|
153
190
|
|
|
154
191
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
155
192
|
<br />
|
|
156
193
|
|
|
157
194
|
## Contributors
|
|
158
195
|
|
|
159
|
-
Thanks goes to these wonderful people
|
|
196
|
+
Thanks goes to these wonderful people
|
|
197
|
+
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
160
198
|
|
|
161
199
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
162
200
|
|
|
@@ -181,7 +219,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
181
219
|
|
|
182
220
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
183
221
|
|
|
184
|
-
This project follows the
|
|
222
|
+
This project follows the
|
|
223
|
+
[all-contributors](https://github.com/all-contributors/all-contributors)
|
|
224
|
+
specification. Contributions of any kind welcome!
|
|
185
225
|
|
|
186
226
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
187
227
|
<br />
|
|
@@ -195,9 +235,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
195
235
|
<br />
|
|
196
236
|
|
|
197
237
|
<div align="center">
|
|
198
|
-
<
|
|
199
|
-
<a href="https://stormsoftware.com" target="_blank">Website</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’ <a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’ <a href="https://linkedin.com/in/pat-sullivan-dev" target="_blank">LinkedIn</a> β’ <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> β’ <a href="https://github.com/storm-software" target="_blank">GitHub</a> β’ <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
200
|
-
</b>
|
|
238
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’ <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> β’ <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> β’ <a href="https://github.com/storm-software" target="_blank">GitHub</a> β’ <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
201
239
|
</div>
|
|
202
240
|
|
|
203
241
|
<div align="center">
|
|
@@ -205,18 +243,34 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
205
243
|
</div>
|
|
206
244
|
<br />
|
|
207
245
|
|
|
208
|
-
Storm Software is an open source software development organization and creator
|
|
246
|
+
Storm Software is an open source software development organization and creator
|
|
247
|
+
of Acidic, StormStack and StormCloud.
|
|
209
248
|
|
|
210
|
-
Our mission is to make software development more accessible. Our ideal future is
|
|
249
|
+
Our mission is to make software development more accessible. Our ideal future is
|
|
250
|
+
one where anyone can create software without years of prior development
|
|
251
|
+
experience serving as a barrier to entry. We hope to achieve this via LLMs,
|
|
252
|
+
Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
211
253
|
|
|
212
|
-
|
|
254
|
+
Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
|
|
255
|
+
receive release notifications, ask questions, and get involved.
|
|
213
256
|
|
|
257
|
+
If this sounds interesting, and you would like to help us in creating the next
|
|
258
|
+
generation of development tools, please reach out on our
|
|
259
|
+
[website](https://stormsoftware.com/contact) or join our
|
|
260
|
+
[Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)
|
|
261
|
+
channel!
|
|
262
|
+
|
|
263
|
+
<br />
|
|
264
|
+
|
|
265
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
214
266
|
<br />
|
|
215
|
-
<
|
|
267
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
216
268
|
|
|
217
269
|
<br />
|
|
270
|
+
|
|
218
271
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
219
272
|
<br />
|
|
273
|
+
<br />
|
|
220
274
|
|
|
221
275
|
|
|
222
276
|
<!-- markdownlint-restore -->
|
package/index.js
CHANGED
|
@@ -190,12 +190,12 @@ var require_no_generic_link_text = __commonJS({
|
|
|
190
190
|
});
|
|
191
191
|
|
|
192
192
|
// packages/markdownlint/src/index.ts
|
|
193
|
-
var
|
|
194
|
-
__export(
|
|
195
|
-
default: () =>
|
|
193
|
+
var index_exports = {};
|
|
194
|
+
__export(index_exports, {
|
|
195
|
+
default: () => index_default,
|
|
196
196
|
init: () => init
|
|
197
197
|
});
|
|
198
|
-
module.exports = __toCommonJS(
|
|
198
|
+
module.exports = __toCommonJS(index_exports);
|
|
199
199
|
var import_lodash = __toESM(require("lodash"));
|
|
200
200
|
|
|
201
201
|
// packages/markdownlint/src/rules/index.ts
|
|
@@ -245,7 +245,7 @@ for (const rule of rules) {
|
|
|
245
245
|
var init = function init2(defaultConfig) {
|
|
246
246
|
return import_lodash.default.defaultsDeep(defaultConfig, accessibility_default, base_default);
|
|
247
247
|
};
|
|
248
|
-
var
|
|
248
|
+
var index_default = [...rules];
|
|
249
249
|
// Annotate the CommonJS export names for ESM import in node:
|
|
250
250
|
0 && (module.exports = {
|
|
251
251
|
init
|
package/package.json
CHANGED
|
@@ -1,41 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@storm-software/markdownlint",
|
|
3
|
-
"version": "0.10.0",
|
|
4
|
-
"type": "commonjs",
|
|
5
|
-
"description": "β‘An opinionated collection of markdownlint rules used by Storm Software.",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "github",
|
|
8
|
-
"url": "https://github.com/storm-software/storm-ops.git",
|
|
9
|
-
"directory": "packages/markdownlint"
|
|
10
|
-
},
|
|
11
|
-
"homepage": "https://stormsoftware.com",
|
|
12
|
-
"bugs": {
|
|
13
|
-
"url": "https://github.com/storm-software/storm-ops/issues",
|
|
14
|
-
"email": "support@stormsoftware.com"
|
|
15
|
-
},
|
|
16
|
-
"author": {
|
|
17
|
-
"name": "Storm Software",
|
|
18
|
-
"email": "contact@stormsoftware.com",
|
|
19
|
-
"url": "https://stormsoftware.com"
|
|
20
|
-
},
|
|
21
|
-
"license": "Apache-2.0",
|
|
22
|
-
"private": false,
|
|
23
|
-
"keywords": [
|
|
24
|
-
"storm",
|
|
25
|
-
"storm-ops",
|
|
26
|
-
"stormstack",
|
|
27
|
-
"storm-stack",
|
|
28
|
-
"sullivanpj",
|
|
29
|
-
"open-system",
|
|
30
|
-
"monorepo",
|
|
31
|
-
"markdownlint",
|
|
32
|
-
"markdownlint-cli",
|
|
33
|
-
"markdownlint-cli2"
|
|
34
|
-
],
|
|
35
|
-
"dependencies": {
|
|
36
|
-
"lodash": "4.17.21"
|
|
37
|
-
},
|
|
38
|
-
"publishConfig": {
|
|
39
|
-
"access": "public"
|
|
40
|
-
}
|
|
41
|
-
}
|
|
1
|
+
{"name":"@storm-software/markdownlint","version":"0.12.2","type":"commonjs","description":"β‘An opinionated collection of markdownlint rules used by Storm Software.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops.git","directory":"packages/markdownlint"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"keywords":["markdownlint","markdownlint-cli","markdownlint-cli2","monorepo","open-system","storm","storm-ops","storm-stack","stormstack","sullivanpj"],"dependencies":{"lodash":"4.17.21"},"devDependencies":{"@types/node":"^22.10.2"},"publishConfig":{"access":"public"}}
|