@sarj/eslint-plugin 15.26.5 → 15.26.6

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/index.cjs CHANGED
@@ -23162,7 +23162,7 @@ var RULES = {
23162
23162
  };
23163
23163
  var meta = {
23164
23164
  name: "@sarj/eslint-plugin",
23165
- version: "15.26.5"
23165
+ version: "15.26.6"
23166
23166
  };
23167
23167
  var APPLICATION_ONLY_RULES = [];
23168
23168
  var LIBRARY_IMPORT_POLICY = ["error", {
package/dist/index.d.cts CHANGED
@@ -996,7 +996,7 @@ type FlatPreset = {
996
996
  declare const PLUGIN: {
997
997
  readonly meta: {
998
998
  readonly name: "@sarj/eslint-plugin";
999
- readonly version: "15.26.5";
999
+ readonly version: "15.26.6";
1000
1000
  };
1001
1001
  readonly rules: {
1002
1002
  readonly "no-conditional-empty-object-spread": DocumentedRule<[], "avoid">;
package/dist/index.d.ts CHANGED
@@ -996,7 +996,7 @@ type FlatPreset = {
996
996
  declare const PLUGIN: {
997
997
  readonly meta: {
998
998
  readonly name: "@sarj/eslint-plugin";
999
- readonly version: "15.26.5";
999
+ readonly version: "15.26.6";
1000
1000
  };
1001
1001
  readonly rules: {
1002
1002
  readonly "no-conditional-empty-object-spread": DocumentedRule<[], "avoid">;
package/dist/index.js CHANGED
@@ -23183,7 +23183,7 @@ var RULES = {
23183
23183
  };
23184
23184
  var meta = {
23185
23185
  name: "@sarj/eslint-plugin",
23186
- version: "15.26.5"
23186
+ version: "15.26.6"
23187
23187
  };
23188
23188
  var APPLICATION_ONLY_RULES = [];
23189
23189
  var LIBRARY_IMPORT_POLICY = ["error", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sarj/eslint-plugin",
3
- "version": "15.26.5",
3
+ "version": "15.26.6",
4
4
  "packageManager": "npm@12.0.2",
5
5
  "description": "Custom ESLint rules for hypermodern TypeScript / React / Next.js projects",
6
6
  "type": "module",