UNPKG

eslint-plugin-readable-tailwind

Version:

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

17 lines 498 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TW_MERGE = exports.TW_MERGE_STRINGS = void 0; const readable_tailwind_types_rule_js_1 = require("../../types/rule.js"); exports.TW_MERGE_STRINGS = [ "twMerge", [ { match: readable_tailwind_types_rule_js_1.MatcherType.String } ] ]; /** @see https://github.com/dcastil/tailwind-merge */ exports.TW_MERGE = [ exports.TW_MERGE_STRINGS ]; //# sourceMappingURL=twMerge.js.map