@storm-software/eslint 0.170.75 → 0.170.76

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 CHANGED
@@ -4439,7 +4439,7 @@ init_cjs_shims();
4439
4439
 
4440
4440
  // ../eslint-plugin-banner/package.json
4441
4441
  var package_default = {
4442
- version: "0.0.14"};
4442
+ version: "0.0.15"};
4443
4443
 
4444
4444
  // ../eslint-plugin-banner/src/rules/banner.ts
4445
4445
  init_cjs_shims();
@@ -4997,7 +4997,7 @@ var config2 = {
4997
4997
  banner: plugin
4998
4998
  },
4999
4999
  rules: {
5000
- "banner/banner": ["error", { commentType: "block", numNewlines: 2 }]
5000
+ "banner/banner": ["error", { commentStyle: "block", newlines: 2 }]
5001
5001
  }
5002
5002
  };
5003
5003
  var recommended_default = config2;
@@ -18459,7 +18459,7 @@ plugin3.configs = configs3;
18459
18459
 
18460
18460
  // ../eslint-plugin-pnpm/package.json
18461
18461
  var package_default2 = {
18462
- version: "0.0.14"};
18462
+ version: "0.0.15"};
18463
18463
 
18464
18464
  // ../eslint-plugin-pnpm/src/plugin.ts
18465
18465
  var plugin4 = {
package/dist/preset.js CHANGED
@@ -4285,7 +4285,7 @@ init_esm_shims();
4285
4285
 
4286
4286
  // ../eslint-plugin-banner/package.json
4287
4287
  var package_default = {
4288
- version: "0.0.14"};
4288
+ version: "0.0.15"};
4289
4289
 
4290
4290
  // ../eslint-plugin-banner/src/rules/banner.ts
4291
4291
  init_esm_shims();
@@ -4843,7 +4843,7 @@ var config2 = {
4843
4843
  banner: plugin
4844
4844
  },
4845
4845
  rules: {
4846
- "banner/banner": ["error", { commentType: "block", numNewlines: 2 }]
4846
+ "banner/banner": ["error", { commentStyle: "block", newlines: 2 }]
4847
4847
  }
4848
4848
  };
4849
4849
  var recommended_default = config2;
@@ -18047,7 +18047,7 @@ plugin3.configs = configs3;
18047
18047
 
18048
18048
  // ../eslint-plugin-pnpm/package.json
18049
18049
  var package_default2 = {
18050
- version: "0.0.14"};
18050
+ version: "0.0.15"};
18051
18051
 
18052
18052
  // ../eslint-plugin-pnpm/src/plugin.ts
18053
18053
  var plugin4 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.170.75",
3
+ "version": "0.170.76",
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.137.85",
145
- "@storm-software/config-tools": "1.190.53",
146
- "@storm-software/package-constants": "0.1.66",
144
+ "@storm-software/config": "^1.137.85",
145
+ "@storm-software/config-tools": "^1.190.53",
146
+ "@storm-software/package-constants": "^0.1.66",
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.15",
200
- "@storm-software/eslint-plugin-pnpm": "0.0.15",
201
- "@storm-software/eslint-plugin-tsdoc": "0.0.15",
199
+ "@storm-software/eslint-plugin-banner": "0.0.16",
200
+ "@storm-software/eslint-plugin-pnpm": "^0.0.15",
201
+ "@storm-software/eslint-plugin-tsdoc": "^0.0.15",
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": "c8cd9405af84dcc0fb277c3f8290dbc110dff7c0"
252
+ "gitHead": "3338005eaf456a728852f8fc8a138faf67dcaa52"
253
253
  }