UNPKG

eslint-plugin-better-tailwindcss

Version:

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

30 lines 700 B
import { MatcherType, SelectorKind } from "../../types/rule.js"; export declare const DCNB_STRINGS: { kind: SelectorKind.Callee; match: { type: MatcherType.String; }[]; name: string; }; export declare const DCNB_OBJECT_KEYS: { kind: SelectorKind.Callee; match: { type: MatcherType.ObjectKey; }[]; name: string; }; /** @see https://github.com/xobotyi/cnbuilder */ export declare const DCNB: ({ kind: SelectorKind.Callee; match: { type: MatcherType.String; }[]; name: string; } | { kind: SelectorKind.Callee; match: { type: MatcherType.ObjectKey; }[]; name: string; })[]; //# sourceMappingURL=dcnb.d.ts.map