UNPKG

eslint-plugin-better-tailwindcss

Version:

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

26 lines 603 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DCNB = exports.DCNB_OBJECT_KEYS = exports.DCNB_STRINGS = void 0; const rule_js_1 = require("../../types/rule.js"); exports.DCNB_STRINGS = [ "dcnb", [ { match: rule_js_1.MatcherType.String } ] ]; exports.DCNB_OBJECT_KEYS = [ "dcnb", [ { match: rule_js_1.MatcherType.ObjectKey } ] ]; /** @see https://github.com/xobotyi/cnbuilder */ exports.DCNB = [ exports.DCNB_STRINGS, exports.DCNB_OBJECT_KEYS ]; //# sourceMappingURL=dcnb.js.map