UNPKG

eslint-plugin-better-tailwindcss

Version:

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

23 lines 433 B
import { MatcherType } from "../../types/rule.js"; export const DCNB_STRINGS = [ "dcnb", [ { match: MatcherType.String } ] ]; export const DCNB_OBJECT_KEYS = [ "dcnb", [ { match: MatcherType.ObjectKey } ] ]; /** @see https://github.com/xobotyi/cnbuilder */ export const DCNB = [ DCNB_STRINGS, DCNB_OBJECT_KEYS ]; //# sourceMappingURL=dcnb.js.map