@storm-software/workspace-tools 1.82.1 → 1.84.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## 1.84.0 (2024-06-05)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - **eslint:** Major updates to resolve eslint issues ([50e7c988](https://github.com/storm-software/storm-ops/commit/50e7c988))
7
+
8
+ ## 1.83.0 (2024-06-05)
9
+
10
+
11
+ ### 🚀 Features
12
+
13
+ - **eslint-plugin:** Added the `eslint` and `prittier` base packages ([b2d63d0f](https://github.com/storm-software/storm-ops/commit/b2d63d0f))
14
+
15
+ - **workspace-tools:** Update `preset` generator with Storm `eslint-plugin` and `prettier` config ([24ae7683](https://github.com/storm-software/storm-ops/commit/24ae7683))
16
+
17
+
18
+ ### 🩹 Fixes
19
+
20
+ - **eslint:** Resolve issue with missing dependencies ([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
21
+
1
22
  ## 1.82.1 (2024-06-03)
2
23
 
3
24
 
package/config/nx.json CHANGED
@@ -76,7 +76,7 @@
76
76
  "{workspaceRoot}/.markdownlint.json",
77
77
  "{workspaceRoot}/eslint.config.js",
78
78
  "{workspaceRoot}/.eslintrc.json",
79
- "{workspaceRoot}/.eslintrc.base.json",
79
+ "{workspaceRoot}/.eslintrc.json",
80
80
  "{workspaceRoot}/.eslintrc.cjs",
81
81
  "{workspaceRoot}/.eslintignore",
82
82
  "{workspaceRoot}/.prettierrc",