@eslint-react/shared
Advanced tools
+1
-10
| import { z } from "zod/v4"; | ||
| import { RuleContext } from "@eslint-react/eslint"; | ||
| //#region src/regexp.d.ts | ||
@@ -145,11 +144,3 @@ /** | ||
| declare const decodeSettings: (settings: unknown) => ESLintReactSettings; | ||
| declare const normalizeSettings: ({ | ||
| importSource, | ||
| compilationMode, | ||
| polymorphicPropName, | ||
| version, | ||
| additionalStateHooks, | ||
| additionalEffectHooks, | ||
| ...rest | ||
| }: ESLintReactSettings) => { | ||
| declare const normalizeSettings: ({ importSource, compilationMode, polymorphicPropName, version, additionalStateHooks, additionalEffectHooks, ...rest }: ESLintReactSettings) => { | ||
| readonly importSource: string; | ||
@@ -156,0 +147,0 @@ readonly compilationMode: "infer" | "annotation" | "syntax" | "all" | "off"; |
+4
-4
| { | ||
| "name": "@eslint-react/shared", | ||
| "version": "5.13.1", | ||
| "version": "5.13.2", | ||
| "description": "ESLint React's Shared constants and functions.", | ||
@@ -35,10 +35,10 @@ "homepage": "https://github.com/Rel1cx/eslint-react", | ||
| "zod": "^3.25.0 || ^4.0.0", | ||
| "@eslint-react/eslint": "5.13.1" | ||
| "@eslint-react/eslint": "5.13.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@tsconfig/node24": "^24.0.4", | ||
| "@types/node": "^26.1.0", | ||
| "@types/node": "^26.1.1", | ||
| "@types/picomatch": "^4.0.3", | ||
| "eslint": "^10.6.0", | ||
| "tsdown": "^0.22.3", | ||
| "tsdown": "^0.22.4", | ||
| "typescript": "6.0.3", | ||
@@ -45,0 +45,0 @@ "@local/configs": "0.0.0", |
19659
-0.08%501
-1.57%+ Added
- Removed
Updated