@storm-software/eslint 0.9.3 β†’ 0.13.0

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 (13) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/README.md +4 -1
  3. package/base.js +2125 -2110
  4. package/graphql.js +2791 -2657
  5. package/index.js +4582 -4482
  6. package/json.js +2376 -2290
  7. package/markdown.js +3573 -3663
  8. package/meta.json +1 -1
  9. package/next.js +3511 -3601
  10. package/package.json +2 -1
  11. package/react.js +3510 -3600
  12. package/recommended.js +3915 -3934
  13. package/yml.js +2215 -2200
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## 0.13.0 (2024-06-22)
2
+
3
+
4
+ ### πŸš€ Features
5
+
6
+ - **workspace-tools:** Upgrade the workspace pnpm-lock file ([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
7
+
8
+ ## 0.12.0 (2024-06-22)
9
+
10
+
11
+ ### πŸš€ Features
12
+
13
+ - **storm-ops:** Updated pnpm-lock file ([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
14
+
15
+ ## 0.11.0 (2024-06-22)
16
+
17
+
18
+ ### πŸš€ Features
19
+
20
+ - **workspace-tools:** Added `lint` and `format` tasks and improved cache input management ([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
21
+
22
+ ## 0.10.0 (2024-06-21)
23
+
24
+
25
+ ### πŸš€ Features
26
+
27
+ - **eslint-plugin:** Resolve issues with eslint module types ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
28
+
1
29
  ## 0.9.3 (2024-06-17)
2
30
 
3
31
 
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
  <!-- prettier-ignore-start -->
3
3
  <!-- markdownlint-disable -->
4
4
 
5
+
5
6
  <div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" alt="Storm Software" /></div>
6
7
  <br />
7
8
 
@@ -20,7 +21,7 @@ This package is part of the <b>⚑Storm-Ops</b> monorepo. The Storm-Ops packages
20
21
 
21
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 />
22
23
 
23
- [![Version](https://img.shields.io/badge/version-0.7.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
24
+ [![Version](https://img.shields.io/badge/version-0.12.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
24
25
  [![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 docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/)&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
26
 
26
27
  > [!IMPORTANT]
@@ -28,6 +29,7 @@ This package is part of the <b>⚑Storm-Ops</b> monorepo. The Storm-Ops packages
28
29
 
29
30
  <br />
30
31
 
32
+
31
33
  <!-- markdownlint-restore -->
32
34
  <!-- prettier-ignore-end -->
33
35
 
@@ -83,6 +85,7 @@ Run `nx test eslint` to execute the unit tests via [Jest](https://jestjs.io).
83
85
  <!-- prettier-ignore-start -->
84
86
  <!-- markdownlint-disable -->
85
87
 
88
+
86
89
  ## Storm Workspaces
87
90
 
88
91
  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.