UNPKG

eslint-plugin-better-tailwindcss

Version:

auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.

13 lines 2.27 kB
import { MatcherType } from "../../types/rule.js"; export declare const STRING_MATCHER_SCHEMA: import("node_modules/valibot/dist/index.mjs").StrictObjectSchema<{ readonly match: import("node_modules/valibot/dist/index.mjs").SchemaWithPipe<readonly [import("node_modules/valibot/dist/index.mjs").LiteralSchema<MatcherType.String, undefined>, import("node_modules/valibot/dist/index.mjs").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>; }, undefined>; export declare const OBJECT_KEY_MATCHER_SCHEMA: import("node_modules/valibot/dist/index.mjs").StrictObjectSchema<{ readonly match: import("node_modules/valibot/dist/index.mjs").SchemaWithPipe<readonly [import("node_modules/valibot/dist/index.mjs").LiteralSchema<MatcherType.ObjectKey, undefined>, import("node_modules/valibot/dist/index.mjs").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>; readonly pathPattern: import("node_modules/valibot/dist/index.mjs").OptionalSchema<import("node_modules/valibot/dist/index.mjs").SchemaWithPipe<readonly [import("node_modules/valibot/dist/index.mjs").StringSchema<undefined>, import("node_modules/valibot/dist/index.mjs").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>; }, undefined>; export declare const OBJECT_VALUE_MATCHER_SCHEMA: import("node_modules/valibot/dist/index.mjs").StrictObjectSchema<{ readonly match: import("node_modules/valibot/dist/index.mjs").SchemaWithPipe<readonly [import("node_modules/valibot/dist/index.mjs").LiteralSchema<MatcherType.ObjectValue, undefined>, import("node_modules/valibot/dist/index.mjs").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>; readonly pathPattern: import("node_modules/valibot/dist/index.mjs").OptionalSchema<import("node_modules/valibot/dist/index.mjs").SchemaWithPipe<readonly [import("node_modules/valibot/dist/index.mjs").StringSchema<undefined>, import("node_modules/valibot/dist/index.mjs").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>; }, undefined>; //# sourceMappingURL=matchers.d.ts.map