UNPKG

eslint-plugin-better-tailwindcss

Version:

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

4 lines 218 B
import type { Rule } from "eslint"; import type { SourceLocation } from "estree"; export declare function getLocByRange(ctx: Rule.RuleContext, range: [number, number]): SourceLocation; //# sourceMappingURL=ast.d.ts.map