@storm-software/eslint 0.168.0 → 0.168.2
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 -2
- 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 -->
|
|
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Base ESLint Package](#storm-base-eslint-package)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.168.
|
|
3
|
+
"version": "0.168.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
"@eslint/eslintrc": "^3.3.1",
|
|
165
165
|
"@eslint/markdown": "^6.6.0",
|
|
166
166
|
"@nx/eslint-plugin": "^21.4.1",
|
|
167
|
-
"@storm-software/config": "^1.132.
|
|
168
|
-
"@storm-software/config-tools": "^1.186.
|
|
167
|
+
"@storm-software/config": "^1.132.1",
|
|
168
|
+
"@storm-software/config-tools": "^1.186.2",
|
|
169
169
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
170
170
|
"@typescript-eslint/eslint-plugin": "^8.35.0",
|
|
171
171
|
"@typescript-eslint/parser": "^8.35.0",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"defu": "6.1.4",
|
|
176
176
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
177
177
|
"eslint-config-prettier": "^10.1.8",
|
|
178
|
-
"eslint-flat-config-utils": "^2.1.
|
|
178
|
+
"eslint-flat-config-utils": "^2.1.4",
|
|
179
179
|
"eslint-merge-processors": "^2.0.0",
|
|
180
180
|
"eslint-plugin-import-x": "^4.16.1",
|
|
181
181
|
"eslint-plugin-jsdoc": "^50.8.0",
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"esbuild": "^0.25.0",
|
|
225
225
|
"eslint": "^9.35.0",
|
|
226
226
|
"eslint-plugin-astro": "^1.3.1",
|
|
227
|
-
"eslint-plugin-format": "^1.0.
|
|
227
|
+
"eslint-plugin-format": "^1.0.2",
|
|
228
228
|
"eslint-plugin-import-zod": "^1.2.0",
|
|
229
229
|
"eslint-plugin-react-compiler": "19.0.0-beta-21e868a-20250216",
|
|
230
230
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
@@ -241,5 +241,5 @@
|
|
|
241
241
|
},
|
|
242
242
|
"publishConfig": { "access": "public" },
|
|
243
243
|
"sideEffects": false,
|
|
244
|
-
"gitHead": "
|
|
244
|
+
"gitHead": "a27048aa8969fb416f5fbf25265feaeceb2805f0"
|
|
245
245
|
}
|