UNPKG

eslint-plugin-readable-tailwind

Version:

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

49 lines 1.03 kB
export declare const CALLEE_SCHEMA: { callees: { description: string; items: { anyOf: { description: string; type: string; }[]; }; type: string; }; }; export declare const ATTRIBUTE_SCHEMA: { attributes: { description: string; items: { anyOf: { description: string; type: string; }[]; }; type: string; }; }; export declare const VARIABLE_SCHEMA: { variables: { description: string; items: { anyOf: { description: string; type: string; }[]; }; type: string; }; }; export declare const TAG_SCHEMA: { tags: { description: string; items: { anyOf: { description: string; type: string; }[]; }; type: string; }; }; //# sourceMappingURL=descriptions.d.ts.map