UNPKG

eslint-plugin-better-tailwindcss

Version:

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

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