UNPKG

eslint-plugin-better-tailwindcss

Version:

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

3 lines 203 B
import type { LiteralValueQuotes } from "../types/ast.js"; export declare function escapeNestedQuotes(content: string, surroundingQuotes: LiteralValueQuotes): string; //# sourceMappingURL=quotes.d.ts.map