@storm-software/eslint 0.122.4 → 0.122.6
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/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -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 -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.122.
|
|
3
|
+
"version": "0.122.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -163,10 +163,10 @@
|
|
|
163
163
|
"eslint-plugin-markdownlint": "0.6.0",
|
|
164
164
|
"eslint-plugin-mdx": "3.1.5",
|
|
165
165
|
"eslint-plugin-n": "17.8.1",
|
|
166
|
-
"eslint-plugin-prettier": "^5.
|
|
166
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
167
167
|
"eslint-plugin-promise": "6.2.0",
|
|
168
168
|
"eslint-plugin-react": "^7.34.3",
|
|
169
|
-
"eslint-plugin-react-compiler": "
|
|
169
|
+
"eslint-plugin-react-compiler": "19.0.0-beta-30d8a17-20250209",
|
|
170
170
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
171
171
|
"eslint-plugin-relay": "1.8.3",
|
|
172
172
|
"eslint-plugin-sonarjs": "3.0.1",
|
|
@@ -176,9 +176,9 @@
|
|
|
176
176
|
"eslint-plugin-yml": "1.14.0",
|
|
177
177
|
"globals": "^15.8.0",
|
|
178
178
|
"jsonc-eslint-parser": "2.4.0",
|
|
179
|
-
"prettier-plugin-
|
|
180
|
-
"prettier-plugin-
|
|
181
|
-
"prettier-plugin-
|
|
179
|
+
"prettier-plugin-organize-imports": "^4.0.0",
|
|
180
|
+
"prettier-plugin-pkg": "^0.18.1",
|
|
181
|
+
"prettier-plugin-sh": "^0.14.0",
|
|
182
182
|
"typescript-eslint": "^8.13.0",
|
|
183
183
|
"ws": "8.17.1",
|
|
184
184
|
"yaml-eslint-parser": "1.2.3"
|