@storm-software/markdownlint 0.11.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 +51 -47
- package/README.md +55 -21
- package/index.js +5 -5
- package/package.json +1 -41
package/CHANGELOG.md
CHANGED
|
@@ -1,64 +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
|
-
- **git-tools:** Added README header template to include table of contents ([6841042e](https://github.com/storm-software/storm-ops/commit/6841042e))
|
|
7
7
|
|
|
8
|
-
## 0.10.0 (2024-07-14)
|
|
9
8
|
|
|
9
|
+
## 0.12.0 (2024-12-30)
|
|
10
10
|
|
|
11
|
-
###
|
|
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))
|
|
40
49
|
|
|
41
|
-
|
|
50
|
+
## 0.7.0 (2024-06-22)
|
|
42
51
|
|
|
43
|
-
|
|
52
|
+
### Features
|
|
44
53
|
|
|
45
|
-
|
|
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))
|
|
46
57
|
|
|
58
|
+
## 0.6.0 (2024-06-21)
|
|
47
59
|
|
|
48
|
-
###
|
|
60
|
+
### Features
|
|
49
61
|
|
|
50
|
-
- **
|
|
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))
|
|
51
71
|
|
|
52
72
|
## 0.5.0 (2024-06-05)
|
|
53
73
|
|
|
54
|
-
###
|
|
74
|
+
### Features
|
|
55
75
|
|
|
56
76
|
- **eslint-plugin:** Added the `apply` helper function
|
|
57
77
|
([ab919d5e](https://github.com/storm-software/storm-ops/commit/ab919d5e))
|
|
58
78
|
|
|
59
79
|
## 0.4.0 (2024-06-05)
|
|
60
80
|
|
|
61
|
-
###
|
|
81
|
+
### Features
|
|
62
82
|
|
|
63
83
|
- **eslint-plugin:** Added the `eslint` and `prittier` base packages
|
|
64
84
|
([b2d63d0f](https://github.com/storm-software/storm-ops/commit/b2d63d0f))
|
|
@@ -67,63 +87,47 @@
|
|
|
67
87
|
`prettier` config
|
|
68
88
|
([24ae7683](https://github.com/storm-software/storm-ops/commit/24ae7683))
|
|
69
89
|
|
|
70
|
-
###
|
|
90
|
+
### Bug Fixes
|
|
71
91
|
|
|
72
92
|
- **eslint:** Resolve issue with missing dependencies
|
|
73
93
|
([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
|
|
74
94
|
|
|
75
95
|
## 0.3.0 (2024-06-03)
|
|
76
96
|
|
|
77
|
-
###
|
|
97
|
+
### Features
|
|
78
98
|
|
|
79
99
|
- **storm-ops:** Upgrade Nx packages and resolve linting issues
|
|
80
100
|
([685c2bb9](https://github.com/storm-software/storm-ops/commit/685c2bb9))
|
|
81
101
|
|
|
82
|
-
###
|
|
102
|
+
### Bug Fixes
|
|
83
103
|
|
|
84
104
|
- **git-tools:** Resolved issue with import in markdown formatter
|
|
85
105
|
([5e3963de](https://github.com/storm-software/storm-ops/commit/5e3963de))
|
|
86
106
|
|
|
87
107
|
## 0.2.0 (2024-05-29)
|
|
88
108
|
|
|
89
|
-
###
|
|
109
|
+
### Features
|
|
90
110
|
|
|
91
111
|
- **cloudflare-tools:** Update worker generator to add hono depenendency
|
|
92
112
|
([946a9e59](https://github.com/storm-software/storm-ops/commit/946a9e59))
|
|
93
113
|
|
|
94
|
-
### β€οΈ Thank You
|
|
95
|
-
|
|
96
|
-
- Patrick Sullivan
|
|
97
|
-
|
|
98
114
|
## 0.1.2 (2024-05-27)
|
|
99
115
|
|
|
100
|
-
###
|
|
116
|
+
### Bug Fixes
|
|
101
117
|
|
|
102
118
|
- **deps:** pin dependencies
|
|
103
119
|
([604f8bbb](https://github.com/storm-software/storm-ops/commit/604f8bbb))
|
|
104
120
|
|
|
105
|
-
### β€οΈ Thank You
|
|
106
|
-
|
|
107
|
-
- Patrick Sullivan
|
|
108
|
-
|
|
109
121
|
## 0.1.1 (2024-05-06)
|
|
110
122
|
|
|
111
|
-
###
|
|
123
|
+
### Bug Fixes
|
|
112
124
|
|
|
113
125
|
- **markdownlint:** Resolved issue with bad config in lint file
|
|
114
126
|
([95b3aba7](https://github.com/storm-software/storm-ops/commit/95b3aba7))
|
|
115
127
|
|
|
116
|
-
### β€οΈ Thank You
|
|
117
|
-
|
|
118
|
-
- Patrick Sullivan
|
|
119
|
-
|
|
120
128
|
## 0.1.0 (2024-05-06)
|
|
121
129
|
|
|
122
|
-
###
|
|
130
|
+
### Features
|
|
123
131
|
|
|
124
132
|
- **markdownlint:** Added the `markdownlint` package for shared configurations
|
|
125
133
|
([abd6fa38](https://github.com/storm-software/storm-ops/commit/abd6fa38))
|
|
126
|
-
|
|
127
|
-
### β€οΈ Thank You
|
|
128
|
-
|
|
129
|
-
- Patrick Sullivan
|
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<b>
|
|
11
11
|
<a href="https://stormsoftware.com" target="_blank">Website</a> β’
|
|
12
12
|
<a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> β’
|
|
13
|
-
<a href="https://discord.gg/MQ6YVzakM5">Discord</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,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/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -53,7 +53,6 @@ This package is part of the <b>β‘Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
53
53
|
- [Changelog](#changelog)
|
|
54
54
|
- [Contributing](#contributing)
|
|
55
55
|
- [Contributors](#contributors)
|
|
56
|
-
- [π» Visit stormsoftware.com to stay up to date with this developer](#-visit-stormsoftwarecom-to-stay-up-to-date-with-this-developer)
|
|
57
56
|
|
|
58
57
|
<!-- END doctoc -->
|
|
59
58
|
|
|
@@ -113,17 +112,25 @@ Run `nx test markdownlint` to execute the unit tests via
|
|
|
113
112
|
|
|
114
113
|
## Storm Workspaces
|
|
115
114
|
|
|
116
|
-
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.
|
|
117
121
|
|
|
118
122
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
119
123
|
<br />
|
|
120
124
|
|
|
121
125
|
## Roadmap
|
|
122
126
|
|
|
123
|
-
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).
|
|
124
129
|
|
|
125
|
-
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
126
|
-
|
|
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)
|
|
127
134
|
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
128
135
|
|
|
129
136
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
@@ -142,7 +149,8 @@ Reach out to the maintainer at one of the following places:
|
|
|
142
149
|
|
|
143
150
|
## License
|
|
144
151
|
|
|
145
|
-
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.
|
|
146
154
|
|
|
147
155
|
See [LICENSE](LICENSE) for more information.
|
|
148
156
|
|
|
@@ -151,32 +159,42 @@ See [LICENSE](LICENSE) for more information.
|
|
|
151
159
|
|
|
152
160
|
## Changelog
|
|
153
161
|
|
|
154
|
-
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
|
|
155
166
|
|
|
156
167
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
157
168
|
<br />
|
|
158
169
|
|
|
159
170
|
## Contributing
|
|
160
171
|
|
|
161
|
-
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**.
|
|
162
176
|
|
|
163
177
|
Please try to create bug reports that are:
|
|
164
178
|
|
|
165
179
|
- _Reproducible._ Include steps to reproduce the problem.
|
|
166
|
-
- _Specific._ Include as much detail as possible: which version, what
|
|
180
|
+
- _Specific._ Include as much detail as possible: which version, what
|
|
181
|
+
environment, etc.
|
|
167
182
|
- _Unique._ Do not duplicate existing opened issues.
|
|
168
183
|
- _Scoped to a Single Bug._ One bug per report.
|
|
169
184
|
|
|
170
185
|
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
171
186
|
|
|
172
|
-
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.
|
|
173
190
|
|
|
174
191
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
175
192
|
<br />
|
|
176
193
|
|
|
177
194
|
## Contributors
|
|
178
195
|
|
|
179
|
-
Thanks goes to these wonderful people
|
|
196
|
+
Thanks goes to these wonderful people
|
|
197
|
+
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
180
198
|
|
|
181
199
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
182
200
|
|
|
@@ -201,7 +219,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
201
219
|
|
|
202
220
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
203
221
|
|
|
204
|
-
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!
|
|
205
225
|
|
|
206
226
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
207
227
|
<br />
|
|
@@ -215,9 +235,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
215
235
|
<br />
|
|
216
236
|
|
|
217
237
|
<div align="center">
|
|
218
|
-
<
|
|
219
|
-
<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>
|
|
220
|
-
</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>
|
|
221
239
|
</div>
|
|
222
240
|
|
|
223
241
|
<div align="center">
|
|
@@ -225,18 +243,34 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
225
243
|
</div>
|
|
226
244
|
<br />
|
|
227
245
|
|
|
228
|
-
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.
|
|
229
248
|
|
|
230
|
-
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.
|
|
231
253
|
|
|
232
|
-
|
|
254
|
+
Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
|
|
255
|
+
receive release notifications, ask questions, and get involved.
|
|
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!
|
|
233
262
|
|
|
234
263
|
<br />
|
|
235
|
-
<h3 align="center">π» Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3>
|
|
236
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>
|
|
237
266
|
<br />
|
|
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>
|
|
268
|
+
|
|
269
|
+
<br />
|
|
270
|
+
|
|
238
271
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
239
272
|
<br />
|
|
273
|
+
<br />
|
|
240
274
|
|
|
241
275
|
|
|
242
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.11.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"}}
|