@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.
- package/CHANGELOG.md +111 -400
- package/README.md +55 -21
- package/bin/lint.js +12148 -10730
- package/package.json +1 -1
- package/src/cli/index.js +41117 -39699
- 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> •
|
|
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
|
|
|
@@ -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
|
|
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
|
|
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)
|
|
133
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
<
|
|
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
|
|
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
|
|
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
|
-
|
|
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 -->
|