UNPKG

eslint-plugin-better-tailwindcss

Version:

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

67 lines 1.4 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; }; }; export declare const ENTRYPOINT_SCHEMA: { entryPoint: { description: string; type: string; }; }; export declare const TAILWIND_CONFIG_SCHEMA: { tailwindConfig: { description: string; type: string; }; }; export declare const TSCONFIG_SCHEMA: { tsconfig: { description: string; type: string; }; }; //# sourceMappingURL=descriptions.d.ts.map