@storm-software/eslint 0.170.98 → 0.170.99
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
|
@@ -5715,7 +5715,7 @@ init_cjs_shims();
|
|
|
5715
5715
|
|
|
5716
5716
|
// ../eslint-plugin-banner/package.json
|
|
5717
5717
|
var package_default = {
|
|
5718
|
-
version: "0.0.
|
|
5718
|
+
version: "0.0.30"};
|
|
5719
5719
|
|
|
5720
5720
|
// ../eslint-plugin-banner/src/rules/banner.ts
|
|
5721
5721
|
init_cjs_shims();
|
|
@@ -19873,7 +19873,7 @@ plugin3.configs = configs3;
|
|
|
19873
19873
|
|
|
19874
19874
|
// ../eslint-plugin-pnpm/package.json
|
|
19875
19875
|
var package_default2 = {
|
|
19876
|
-
version: "0.0.
|
|
19876
|
+
version: "0.0.28"};
|
|
19877
19877
|
|
|
19878
19878
|
// ../eslint-plugin-pnpm/src/plugin.ts
|
|
19879
19879
|
var plugin4 = {
|
package/dist/preset.js
CHANGED
|
@@ -5574,7 +5574,7 @@ init_esm_shims();
|
|
|
5574
5574
|
|
|
5575
5575
|
// ../eslint-plugin-banner/package.json
|
|
5576
5576
|
var package_default = {
|
|
5577
|
-
version: "0.0.
|
|
5577
|
+
version: "0.0.30"};
|
|
5578
5578
|
|
|
5579
5579
|
// ../eslint-plugin-banner/src/rules/banner.ts
|
|
5580
5580
|
init_esm_shims();
|
|
@@ -19474,7 +19474,7 @@ plugin3.configs = configs3;
|
|
|
19474
19474
|
|
|
19475
19475
|
// ../eslint-plugin-pnpm/package.json
|
|
19476
19476
|
var package_default2 = {
|
|
19477
|
-
version: "0.0.
|
|
19477
|
+
version: "0.0.28"};
|
|
19478
19478
|
|
|
19479
19479
|
// ../eslint-plugin-pnpm/src/plugin.ts
|
|
19480
19480
|
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.99",
|
|
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.3",
|
|
145
|
+
"@storm-software/config-tools": "1.190.66",
|
|
146
|
+
"@storm-software/package-constants": "0.1.79",
|
|
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.31",
|
|
200
|
+
"@storm-software/eslint-plugin-pnpm": "0.0.29",
|
|
201
|
+
"@storm-software/eslint-plugin-tsdoc": "0.0.29",
|
|
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": "dd09355cfe1d1665412fc1923a3f1557805dc804"
|
|
275
275
|
}
|