@storm-software/eslint 0.170.76 → 0.170.77
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/dist/preset.cjs +1 -1
- package/dist/preset.js +1 -1
- package/package.json +5 -5
package/dist/preset.cjs
CHANGED
package/dist/preset.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.170.
|
|
3
|
+
"version": "0.170.77",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"keywords": [
|
|
@@ -196,9 +196,9 @@
|
|
|
196
196
|
"@next/eslint-plugin-next": "^15.5.19",
|
|
197
197
|
"@nx/eslint": "22.7.5",
|
|
198
198
|
"@prettier/plugin-xml": "^3.4.2",
|
|
199
|
-
"@storm-software/eslint-plugin-banner": "0.0.
|
|
200
|
-
"@storm-software/eslint-plugin-pnpm": "
|
|
201
|
-
"@storm-software/eslint-plugin-tsdoc": "
|
|
199
|
+
"@storm-software/eslint-plugin-banner": "0.0.17",
|
|
200
|
+
"@storm-software/eslint-plugin-pnpm": "0.0.16",
|
|
201
|
+
"@storm-software/eslint-plugin-tsdoc": "0.0.16",
|
|
202
202
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
203
203
|
"@types/eslint": "^9.6.1",
|
|
204
204
|
"@types/eslint__js": "^8.42.3",
|
|
@@ -249,5 +249,5 @@
|
|
|
249
249
|
"prettier-plugin-astro": "^0.14.0"
|
|
250
250
|
},
|
|
251
251
|
"publishConfig": { "access": "public" },
|
|
252
|
-
"gitHead": "
|
|
252
|
+
"gitHead": "af8d3637180172149f50f593cb72bd5865e530a6"
|
|
253
253
|
}
|