@storm-software/linting-tools 1.60.0 → 1.60.1

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 (6) hide show
  1. package/CHANGELOG.md +111 -400
  2. package/README.md +55 -21
  3. package/bin/lint.js +12148 -10730
  4. package/package.json +1 -1
  5. package/src/cli/index.js +41117 -39699
  6. package/src/manypkg/index.js +9151 -9142
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-1.59.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-1.60.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)
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
 
@@ -120,17 +119,25 @@ Run `nx test linting-tools` to execute the unit tests via
120
119
 
121
120
  ## Storm Workspaces
122
121
 
123
- 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.
122
+ Storm workspaces are built using
123
+ <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
124
+ for monorepos, which helps you develop like Google, Facebook, and Microsoft.
125
+ Building on top of Nx, the Open System provides a set of tools and patterns that
126
+ help you scale your monorepo to many teams while keeping the codebase
127
+ maintainable.
124
128
 
125
129
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
126
130
  <br />
127
131
 
128
132
  ## Roadmap
129
133
 
130
- See the [open issues](https://github.com/storm-software/storm-ops/issues) for a list of proposed features (and known issues).
134
+ See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
135
+ list of proposed features (and known issues).
131
136
 
132
- - [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)
133
- - [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)
137
+ - [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
138
+ (Add your votes using the 👍 reaction)
139
+ - [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
140
+ (Add your votes using the 👍 reaction)
134
141
  - [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
135
142
 
136
143
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
@@ -149,7 +156,8 @@ Reach out to the maintainer at one of the following places:
149
156
 
150
157
  ## License
151
158
 
152
- This project is licensed under the **Apache License 2.0**. Feel free to edit and distribute this template as you like.
159
+ This project is licensed under the **Apache License 2.0**. Feel free to edit and
160
+ distribute this template as you like.
153
161
 
154
162
  See [LICENSE](LICENSE) for more information.
155
163
 
@@ -158,32 +166,42 @@ See [LICENSE](LICENSE) for more information.
158
166
 
159
167
  ## Changelog
160
168
 
161
- 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
169
+ This project adheres to
170
+ [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
171
+ with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
172
+ file
162
173
 
163
174
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
164
175
  <br />
165
176
 
166
177
  ## Contributing
167
178
 
168
- 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**.
179
+ First off, thanks for taking the time to contribute! Contributions are what
180
+ makes the open-source community such an amazing place to learn, inspire, and
181
+ create. Any contributions you make will benefit everybody else and are **greatly
182
+ appreciated**.
169
183
 
170
184
  Please try to create bug reports that are:
171
185
 
172
186
  - _Reproducible._ Include steps to reproduce the problem.
173
- - _Specific._ Include as much detail as possible: which version, what environment, etc.
187
+ - _Specific._ Include as much detail as possible: which version, what
188
+ environment, etc.
174
189
  - _Unique._ Do not duplicate existing opened issues.
175
190
  - _Scoped to a Single Bug._ One bug per report.
176
191
 
177
192
  Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
178
193
 
179
- You can use [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli) to check for common markdown style inconsistency.
194
+ You can use
195
+ [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli)
196
+ to check for common markdown style inconsistency.
180
197
 
181
198
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
182
199
  <br />
183
200
 
184
201
  ## Contributors
185
202
 
186
- Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
203
+ Thanks goes to these wonderful people
204
+ ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
187
205
 
188
206
  <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
189
207
 
@@ -208,7 +226,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
208
226
 
209
227
  <!-- ALL-CONTRIBUTORS-LIST:END -->
210
228
 
211
- This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
229
+ This project follows the
230
+ [all-contributors](https://github.com/all-contributors/all-contributors)
231
+ specification. Contributions of any kind welcome!
212
232
 
213
233
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
214
234
  <br />
@@ -222,9 +242,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
222
242
  <br />
223
243
 
224
244
  <div align="center">
225
- <b>
226
- <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>
227
- </b>
245
+ <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>
228
246
  </div>
229
247
 
230
248
  <div align="center">
@@ -232,18 +250,34 @@ This project follows the [all-contributors](https://github.com/all-contributors/
232
250
  </div>
233
251
  <br />
234
252
 
235
- Storm Software is an open source software development organization and creator of Acidic, StormStack and StormCloud.
253
+ Storm Software is an open source software development organization and creator
254
+ of Acidic, StormStack and StormCloud.
236
255
 
237
- 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.
256
+ Our mission is to make software development more accessible. Our ideal future is
257
+ one where anyone can create software without years of prior development
258
+ experience serving as a barrier to entry. We hope to achieve this via LLMs,
259
+ Generative AI, and intuitive, high-level data modeling/programming languages.
238
260
 
239
- 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!
261
+ Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
262
+ receive release notifications, ask questions, and get involved.
263
+
264
+ If this sounds interesting, and you would like to help us in creating the next
265
+ generation of development tools, please reach out on our
266
+ [website](https://stormsoftware.com/contact) or join our
267
+ [Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)
268
+ channel!
240
269
 
241
270
  <br />
242
- <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3>
243
271
 
272
+ <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>
244
273
  <br />
274
+ <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>
275
+
276
+ <br />
277
+
245
278
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
246
279
  <br />
280
+ <br />
247
281
 
248
282
 
249
283
  <!-- markdownlint-restore -->