🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@eslint-react/kit

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/kit - npm Package Compare versions

Comparing version

to
2.0.0-next.22

18

dist/index.d.ts
import * as typescript from 'typescript';
import * as tseslint from '@typescript-eslint/utils/ts-eslint';
import { ReportDescriptor } from '@typescript-eslint/utils/ts-eslint';
import * as z from '@zod/mini';
import { z } from 'zod/v4';
import { _ } from '@eslint-react/eff';

@@ -84,10 +84,10 @@ import { TSESTree } from '@typescript-eslint/utils';

*/
declare const LanguagePreferenceSchema: z.ZodMiniObject<{
indentStyle: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"tab">, z.ZodMiniLiteral<"space">]>>;
indentWidth: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
quoteStyle: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"single">, z.ZodMiniLiteral<"double">]>>;
semicolons: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"always">, z.ZodMiniLiteral<"asNeeded">]>>;
trailingCommas: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"all">, z.ZodMiniLiteral<"es5">, z.ZodMiniLiteral<"none">]>>;
jsxQuoteStyle: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"single">, z.ZodMiniLiteral<"double">]>>;
}, {}, {}>;
declare const LanguagePreferenceSchema: z.ZodObject<{
indentStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"tab">, z.ZodLiteral<"space">]>>;
indentWidth: z.ZodOptional<z.ZodNumber>;
quoteStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"single">, z.ZodLiteral<"double">]>>;
semicolons: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"always">, z.ZodLiteral<"asNeeded">]>>;
trailingCommas: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodLiteral<"es5">, z.ZodLiteral<"none">]>>;
jsxQuoteStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"single">, z.ZodLiteral<"double">]>>;
}, z.core.$strip>;

@@ -94,0 +94,0 @@ /**

import { dual, getOrElseUpdate } from '@eslint-react/eff';
import * as z from '@zod/mini';
import { z } from 'zod/v4';

@@ -4,0 +4,0 @@ var __defProp = Object.defineProperty;

{
"name": "@eslint-react/kit",
"version": "2.0.0-next.21",
"version": "2.0.0-next.22",
"description": "ESLint React's plugin kit for building plugins and rules.",

@@ -31,5 +31,5 @@ "homepage": "https://github.com/Rel1cx/eslint-react",

"@typescript-eslint/utils": "^8.32.1",
"@zod/mini": "^4.0.0-beta.20250505T195954",
"ts-pattern": "^5.7.1",
"@eslint-react/eff": "2.0.0-next.21"
"zod": "^3.25.28",
"@eslint-react/eff": "2.0.0-next.22"
},

@@ -36,0 +36,0 @@ "devDependencies": {