@sarj/eslint-plugin 15.17.12 → 15.17.13

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
@@ -20599,7 +20599,7 @@ var RULES = {
20599
20599
  };
20600
20600
  var meta = {
20601
20601
  name: "@sarj/eslint-plugin",
20602
- version: "15.17.12"
20602
+ version: "15.17.13"
20603
20603
  };
20604
20604
  var APPLICATION_ONLY_RULES = [];
20605
20605
  var LIBRARY_IMPORT_POLICY = ["error", {
package/dist/index.d.cts CHANGED
@@ -896,7 +896,7 @@ type FlatPreset = {
896
896
  declare const PLUGIN: {
897
897
  readonly meta: {
898
898
  readonly name: "@sarj/eslint-plugin";
899
- readonly version: "15.17.12";
899
+ readonly version: "15.17.13";
900
900
  };
901
901
  readonly rules: {
902
902
  readonly "excessive-commentary": DocumentedRule<readonly [], "excessive">;
package/dist/index.d.ts CHANGED
@@ -896,7 +896,7 @@ type FlatPreset = {
896
896
  declare const PLUGIN: {
897
897
  readonly meta: {
898
898
  readonly name: "@sarj/eslint-plugin";
899
- readonly version: "15.17.12";
899
+ readonly version: "15.17.13";
900
900
  };
901
901
  readonly rules: {
902
902
  readonly "excessive-commentary": DocumentedRule<readonly [], "excessive">;
package/dist/index.js CHANGED
@@ -20597,7 +20597,7 @@ var RULES = {
20597
20597
  };
20598
20598
  var meta = {
20599
20599
  name: "@sarj/eslint-plugin",
20600
- version: "15.17.12"
20600
+ version: "15.17.13"
20601
20601
  };
20602
20602
  var APPLICATION_ONLY_RULES = [];
20603
20603
  var LIBRARY_IMPORT_POLICY = ["error", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sarj/eslint-plugin",
3
- "version": "15.17.12",
3
+ "version": "15.17.13",
4
4
  "packageManager": "npm@12.0.2",
5
5
  "description": "Custom ESLint rules for hypermodern TypeScript / React / Next.js projects",
6
6
  "type": "module",
@@ -66,7 +66,7 @@
66
66
  "@typescript-eslint/rule-tester": "8.68.0",
67
67
  "@typescript-eslint/utils": "8.68.0",
68
68
  "@vitest/eslint-plugin": "1.6.27",
69
- "eslint": "^10.9.1",
69
+ "eslint": "10.10.0",
70
70
  "eslint-node-test": "0.4.0",
71
71
  "eslint-plugin-better-tailwindcss": "^4.7.0",
72
72
  "eslint-plugin-jest": "29.16.6",