@storm-software/markdownlint 0.11.0 β†’ 0.12.3

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.
Files changed (4) hide show
  1. package/CHANGELOG.md +57 -47
  2. package/README.md +55 -21
  3. package/index.js +5 -5
  4. package/package.json +1 -41
package/CHANGELOG.md CHANGED
@@ -1,64 +1,90 @@
1
- ## 0.11.0 (2024-07-17)
1
+ ## 0.12.3 (2025-01-11)
2
2
 
3
+ ### Bug Fixes
3
4
 
4
- ### πŸš€ Features
5
+ - **workspace-tools:** Resolve issue loading pnpm workspace's catalog dependencies ([1199e24f](https://github.com/storm-software/storm-ops/commit/1199e24f))
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
+ ## 0.12.2 (2025-01-11)
7
8
 
8
- ## 0.10.0 (2024-07-14)
9
+ ### Miscellaneous
9
10
 
11
+ - **workspace-tools:** Added additional logging for pnpm dependency updates process ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
10
12
 
11
- ### πŸš€ Features
12
13
 
13
- - **markdownlint:** Added markdownlint v1 json configuration ([9fbd4fd0](https://github.com/storm-software/storm-ops/commit/9fbd4fd0))
14
14
 
15
- - **markdownlint:** Ensure markdownlint.json is included in package ([ddc5639b](https://github.com/storm-software/storm-ops/commit/ddc5639b))
15
+ ## 0.12.0 (2024-12-30)
16
16
 
17
- ## 0.9.0 (2024-06-22)
17
+ ### Features
18
18
 
19
+ - **storm-ops:** Completed enhancement around `catalog` and `workspace` dependency upgrades ([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
19
20
 
20
- ### πŸš€ Features
21
+ ### Dependency Upgrades
21
22
 
22
- - **workspace-tools:** Upgrade the workspace pnpm-lock file ([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
23
+ - **storm-ops:** Added consistent `@types/node` versions across repository ([a569536d](https://github.com/storm-software/storm-ops/commit/a569536d))
23
24
 
24
- ## 0.8.0 (2024-06-22)
25
+ ## 0.11.0 (2024-07-17)
25
26
 
27
+ ### Features
26
28
 
27
- ### πŸš€ Features
29
+ - **git-tools:** Added README header template to include table of contents
30
+ ([6841042e](https://github.com/storm-software/storm-ops/commit/6841042e))
28
31
 
29
- - **storm-ops:** Updated pnpm-lock file ([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
32
+ ## 0.10.0 (2024-07-14)
30
33
 
31
- ## 0.7.0 (2024-06-22)
34
+ ### Features
32
35
 
36
+ - **markdownlint:** Added markdownlint v1 json configuration
37
+ ([9fbd4fd0](https://github.com/storm-software/storm-ops/commit/9fbd4fd0))
33
38
 
34
- ### πŸš€ Features
39
+ - **markdownlint:** Ensure markdownlint.json is included in package
40
+ ([ddc5639b](https://github.com/storm-software/storm-ops/commit/ddc5639b))
35
41
 
36
- - **workspace-tools:** Added `lint` and `format` tasks and improved cache input management ([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
42
+ ## 0.9.0 (2024-06-22)
37
43
 
38
- ## 0.6.0 (2024-06-21)
44
+ ### Features
39
45
 
46
+ - **workspace-tools:** Upgrade the workspace pnpm-lock file
47
+ ([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
40
48
 
41
- ### πŸš€ Features
49
+ ## 0.8.0 (2024-06-22)
42
50
 
43
- - **eslint-plugin:** Resolve issues with eslint module types ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
51
+ ### Features
44
52
 
45
- ## 0.5.1 (2024-06-05)
53
+ - **storm-ops:** Updated pnpm-lock file
54
+ ([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
55
+
56
+ ## 0.7.0 (2024-06-22)
57
+
58
+ ### Features
46
59
 
60
+ - **workspace-tools:** Added `lint` and `format` tasks and improved cache input
61
+ management
62
+ ([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
47
63
 
48
- ### 🩹 Fixes
64
+ ## 0.6.0 (2024-06-21)
65
+
66
+ ### Features
49
67
 
50
- - **markdownlint:** Resolve issue with bad rules export ([7e6e5375](https://github.com/storm-software/storm-ops/commit/7e6e5375))
68
+ - **eslint-plugin:** Resolve issues with eslint module types
69
+ ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
70
+
71
+ ## 0.5.1 (2024-06-05)
72
+
73
+ ### Bug Fixes
74
+
75
+ - **markdownlint:** Resolve issue with bad rules export
76
+ ([7e6e5375](https://github.com/storm-software/storm-ops/commit/7e6e5375))
51
77
 
52
78
  ## 0.5.0 (2024-06-05)
53
79
 
54
- ### πŸš€ Features
80
+ ### Features
55
81
 
56
82
  - **eslint-plugin:** Added the `apply` helper function
57
83
  ([ab919d5e](https://github.com/storm-software/storm-ops/commit/ab919d5e))
58
84
 
59
85
  ## 0.4.0 (2024-06-05)
60
86
 
61
- ### πŸš€ Features
87
+ ### Features
62
88
 
63
89
  - **eslint-plugin:** Added the `eslint` and `prittier` base packages
64
90
  ([b2d63d0f](https://github.com/storm-software/storm-ops/commit/b2d63d0f))
@@ -67,63 +93,47 @@
67
93
  `prettier` config
68
94
  ([24ae7683](https://github.com/storm-software/storm-ops/commit/24ae7683))
69
95
 
70
- ### 🩹 Fixes
96
+ ### Bug Fixes
71
97
 
72
98
  - **eslint:** Resolve issue with missing dependencies
73
99
  ([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
74
100
 
75
101
  ## 0.3.0 (2024-06-03)
76
102
 
77
- ### πŸš€ Features
103
+ ### Features
78
104
 
79
105
  - **storm-ops:** Upgrade Nx packages and resolve linting issues
80
106
  ([685c2bb9](https://github.com/storm-software/storm-ops/commit/685c2bb9))
81
107
 
82
- ### 🩹 Fixes
108
+ ### Bug Fixes
83
109
 
84
110
  - **git-tools:** Resolved issue with import in markdown formatter
85
111
  ([5e3963de](https://github.com/storm-software/storm-ops/commit/5e3963de))
86
112
 
87
113
  ## 0.2.0 (2024-05-29)
88
114
 
89
- ### πŸš€ Features
115
+ ### Features
90
116
 
91
117
  - **cloudflare-tools:** Update worker generator to add hono depenendency
92
118
  ([946a9e59](https://github.com/storm-software/storm-ops/commit/946a9e59))
93
119
 
94
- ### ❀️ Thank You
95
-
96
- - Patrick Sullivan
97
-
98
120
  ## 0.1.2 (2024-05-27)
99
121
 
100
- ### 🩹 Fixes
122
+ ### Bug Fixes
101
123
 
102
124
  - **deps:** pin dependencies
103
125
  ([604f8bbb](https://github.com/storm-software/storm-ops/commit/604f8bbb))
104
126
 
105
- ### ❀️ Thank You
106
-
107
- - Patrick Sullivan
108
-
109
127
  ## 0.1.1 (2024-05-06)
110
128
 
111
- ### 🩹 Fixes
129
+ ### Bug Fixes
112
130
 
113
131
  - **markdownlint:** Resolved issue with bad config in lint file
114
132
  ([95b3aba7](https://github.com/storm-software/storm-ops/commit/95b3aba7))
115
133
 
116
- ### ❀️ Thank You
117
-
118
- - Patrick Sullivan
119
-
120
134
  ## 0.1.0 (2024-05-06)
121
135
 
122
- ### πŸš€ Features
136
+ ### Features
123
137
 
124
138
  - **markdownlint:** Added the `markdownlint` package for shared configurations
125
139
  ([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> β€’ <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> β€’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</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
- [![Version](https://img.shields.io/badge/version-0.10.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.12.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
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 <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft. Building on top of Nx, the Open System provides a set of tools and patterns that help you scale your monorepo to many teams while keeping the codebase maintainable.
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 list of proposed features (and known issues).
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) (Add your votes using the πŸ‘ reaction)
126
- - [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc) (Add your votes using the πŸ‘ reaction)
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 distribute this template as you like.
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 [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md) file
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 makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are **greatly appreciated**.
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 environment, etc.
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 [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli) to check for common markdown style inconsistency.
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 ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
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 [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
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
- <b>
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 of Acidic, StormStack and StormCloud.
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 one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.
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
- If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our website!
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 src_exports = {};
194
- __export(src_exports, {
195
- default: () => src_default,
193
+ var index_exports = {};
194
+ __export(index_exports, {
195
+ default: () => index_default,
196
196
  init: () => init
197
197
  });
198
- module.exports = __toCommonJS(src_exports);
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 src_default = [...rules];
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.3","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"}}