@storm-software/eslint 0.170.96 → 0.170.97
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 +2 -2
- package/dist/preset.js +2 -2
- package/package.json +8 -8
package/dist/preset.cjs
CHANGED
|
@@ -5707,7 +5707,7 @@ init_cjs_shims();
|
|
|
5707
5707
|
|
|
5708
5708
|
// ../eslint-plugin-banner/package.json
|
|
5709
5709
|
var package_default = {
|
|
5710
|
-
version: "0.0.
|
|
5710
|
+
version: "0.0.28"};
|
|
5711
5711
|
|
|
5712
5712
|
// ../eslint-plugin-banner/src/rules/banner.ts
|
|
5713
5713
|
init_cjs_shims();
|
|
@@ -19865,7 +19865,7 @@ plugin3.configs = configs3;
|
|
|
19865
19865
|
|
|
19866
19866
|
// ../eslint-plugin-pnpm/package.json
|
|
19867
19867
|
var package_default2 = {
|
|
19868
|
-
version: "0.0.
|
|
19868
|
+
version: "0.0.26"};
|
|
19869
19869
|
|
|
19870
19870
|
// ../eslint-plugin-pnpm/src/plugin.ts
|
|
19871
19871
|
var plugin4 = {
|
package/dist/preset.js
CHANGED
|
@@ -5566,7 +5566,7 @@ init_esm_shims();
|
|
|
5566
5566
|
|
|
5567
5567
|
// ../eslint-plugin-banner/package.json
|
|
5568
5568
|
var package_default = {
|
|
5569
|
-
version: "0.0.
|
|
5569
|
+
version: "0.0.28"};
|
|
5570
5570
|
|
|
5571
5571
|
// ../eslint-plugin-banner/src/rules/banner.ts
|
|
5572
5572
|
init_esm_shims();
|
|
@@ -19466,7 +19466,7 @@ plugin3.configs = configs3;
|
|
|
19466
19466
|
|
|
19467
19467
|
// ../eslint-plugin-pnpm/package.json
|
|
19468
19468
|
var package_default2 = {
|
|
19469
|
-
version: "0.0.
|
|
19469
|
+
version: "0.0.26"};
|
|
19470
19470
|
|
|
19471
19471
|
// ../eslint-plugin-pnpm/src/plugin.ts
|
|
19472
19472
|
var plugin4 = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.170.
|
|
3
|
+
"version": "0.170.97",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"keywords": [
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
"@eslint/eslintrc": "^3.3.5",
|
|
142
142
|
"@eslint/markdown": "^6.6.0",
|
|
143
143
|
"@nx/eslint-plugin": "22.7.5",
|
|
144
|
-
"@storm-software/config": "1.138.
|
|
145
|
-
"@storm-software/config-tools": "1.190.
|
|
146
|
-
"@storm-software/package-constants": "0.1.
|
|
144
|
+
"@storm-software/config": "1.138.1",
|
|
145
|
+
"@storm-software/config-tools": "1.190.64",
|
|
146
|
+
"@storm-software/package-constants": "0.1.77",
|
|
147
147
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
148
148
|
"@typescript-eslint/eslint-plugin": "^8.61.0",
|
|
149
149
|
"@typescript-eslint/parser": "^8.61.0",
|
|
@@ -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": "0.0.
|
|
201
|
-
"@storm-software/eslint-plugin-tsdoc": "0.0.
|
|
199
|
+
"@storm-software/eslint-plugin-banner": "0.0.29",
|
|
200
|
+
"@storm-software/eslint-plugin-pnpm": "0.0.27",
|
|
201
|
+
"@storm-software/eslint-plugin-tsdoc": "0.0.27",
|
|
202
202
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
203
203
|
"@types/eslint": "^9.6.1",
|
|
204
204
|
"@types/eslint__js": "^8.42.3",
|
|
@@ -271,5 +271,5 @@
|
|
|
271
271
|
"zod": { "optional": true }
|
|
272
272
|
},
|
|
273
273
|
"publishConfig": { "access": "public" },
|
|
274
|
-
"gitHead": "
|
|
274
|
+
"gitHead": "058ac110e66970612f8f2498c7c1e1246ef4cd54"
|
|
275
275
|
}
|