@storm-software/eslint 0.8.0 → 0.9.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 +19 -0
- package/README.md +1 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## 0.9.1 (2024-06-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **storm-ops:** Resolved issue populating the git tag during publishing ([9ac9f1be](https://github.com/storm-software/storm-ops/commit/9ac9f1be))
|
|
7
|
+
|
|
8
|
+
## 0.9.0 (2024-06-10)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### 🚀 Features
|
|
12
|
+
|
|
13
|
+
- **eslint:** Updated package configuration back to `ESNext` from `CommonJs` ([565143d4](https://github.com/storm-software/storm-ops/commit/565143d4))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### 🩹 Fixes
|
|
17
|
+
|
|
18
|
+
- **deps:** pin dependencies ([e2f9fcbc](https://github.com/storm-software/storm-ops/commit/e2f9fcbc))
|
|
19
|
+
|
|
1
20
|
## 0.8.0 (2024-06-09)
|
|
2
21
|
|
|
3
22
|
|
package/README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
<!-- prettier-ignore-start -->
|
|
3
3
|
<!-- markdownlint-disable -->
|
|
4
4
|
|
|
5
|
-
|
|
6
5
|
<div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" alt="Storm Software" /></div>
|
|
7
6
|
<br />
|
|
8
7
|
|
|
@@ -21,7 +20,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
20
|
|
|
22
21
|
<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
22
|
|
|
24
|
-
[](https://prettier.io/)
|
|
25
24
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
26
25
|
|
|
27
26
|
> [!IMPORTANT]
|
|
@@ -29,7 +28,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
29
28
|
|
|
30
29
|
<br />
|
|
31
30
|
|
|
32
|
-
|
|
33
31
|
<!-- markdownlint-restore -->
|
|
34
32
|
<!-- prettier-ignore-end -->
|
|
35
33
|
|
|
@@ -85,7 +83,6 @@ Run `nx test eslint` to execute the unit tests via [Jest](https://jestjs.io).
|
|
|
85
83
|
<!-- prettier-ignore-start -->
|
|
86
84
|
<!-- markdownlint-disable -->
|
|
87
85
|
|
|
88
|
-
|
|
89
86
|
## Storm Workspaces
|
|
90
87
|
|
|
91
88
|
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.
|