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 664 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CNB = exports.CNB_OBJECT_KEYS = exports.CNB_STRINGS = void 0; const readable_tailwind_types_rule_js_1 = require("../../types/rule.js"); exports.CNB_STRINGS = [ "cnb", [ { match: readable_tailwind_types_rule_js_1.MatcherType.String } ] ]; exports.CNB_OBJECT_KEYS = [ "cnb", [ { match: readable_tailwind_types_rule_js_1.MatcherType.ObjectKey } ] ]; /** @see https://github.com/xobotyi/cnbuilder */ exports.CNB = [ exports.CNB_STRINGS, exports.CNB_OBJECT_KEYS ]; //# sourceMappingURL=cnb.js.map