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 425 B
import { MatcherType } from "../../types/rule.js"; export const CNB_STRINGS = [ "cnb", [ { match: MatcherType.String } ] ]; export const CNB_OBJECT_KEYS = [ "cnb", [ { match: MatcherType.ObjectKey } ] ]; /** @see https://github.com/xobotyi/cnbuilder */ export const CNB = [ CNB_STRINGS, CNB_OBJECT_KEYS ]; //# sourceMappingURL=cnb.js.map