UNPKG

eslint-plugin-readable-tailwind

Version:

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

26 lines 656 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CX = exports.CX_OBJECT_KEYS = exports.CX_STRINGS = void 0; const readable_tailwind_types_rule_js_1 = require("../../types/rule.js"); exports.CX_STRINGS = [ "cx", [ { match: readable_tailwind_types_rule_js_1.MatcherType.String } ] ]; exports.CX_OBJECT_KEYS = [ "cx", [ { match: readable_tailwind_types_rule_js_1.MatcherType.ObjectKey } ] ]; /** @see https://cva.style/docs/api-reference#cx */ exports.CX = [ exports.CX_STRINGS, exports.CX_OBJECT_KEYS ]; //# sourceMappingURL=cx.js.map