UNPKG

eslint-plugin-better-tailwindcss

Version:

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

10 lines 261 B
import type { Rule } from "eslint"; export declare function getCommonOptions(ctx: Rule.RuleContext): { attributes: any; callees: any; tags: any; tailwindConfig: any; tsconfig: any; variables: any; }; //# sourceMappingURL=options.d.ts.map