UNPKG

eslint-plugin-better-tailwindcss

Version:

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

14 lines 307 B
import { MatcherType } from "../../types/rule.js"; export const TW_JOIN_STRINGS = [ "twJoin", [ { match: MatcherType.String } ] ]; /** @see https://github.com/dcastil/tailwind-merge */ export const TW_JOIN = [ TW_JOIN_STRINGS ]; //# sourceMappingURL=twJoin.js.map