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 657 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CC = exports.CC_OBJECT_KEYS = exports.CC_STRINGS = void 0; const readable_tailwind_types_rule_js_1 = require("../../types/rule.js"); exports.CC_STRINGS = [ "cc", [ { match: readable_tailwind_types_rule_js_1.MatcherType.String } ] ]; exports.CC_OBJECT_KEYS = [ "cc", [ { match: readable_tailwind_types_rule_js_1.MatcherType.ObjectKey } ] ]; /** @see https://github.com/jorgebucaran/classcat */ exports.CC = [ exports.CC_STRINGS, exports.CC_OBJECT_KEYS ]; //# sourceMappingURL=cc.js.map