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 312 B
import { MatcherType } from "../../types/rule.js"; export const TW_MERGE_STRINGS = [ "twMerge", [ { match: MatcherType.String } ] ]; /** @see https://github.com/dcastil/tailwind-merge */ export const TW_MERGE = [ TW_MERGE_STRINGS ]; //# sourceMappingURL=twMerge.js.map