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 303 B
import { MatcherType } from "../../types/rule.js"; export const CTL_STRINGS = [ "ctl", [ { match: MatcherType.String } ] ]; /** @see https://github.com/netlify/classnames-template-literals */ export const CTL = [ CTL_STRINGS ]; //# sourceMappingURL=ctl.js.map