eslint-plugin-better-tailwindcss
Version:
auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.
7 lines • 332 B
TypeScript
import type { Rule } from "eslint";
import type { Literal } from "../types/ast.js";
export declare function lintClasses(ctx: Rule.RuleContext, literal: Literal, report: (className: string, index: number, after: string[]) => boolean | undefined | {
fix?: string;
message?: string;
}): void;
//# sourceMappingURL=lint.d.ts.map