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 597 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CLSX = exports.CLSX_OBJECT_KEYS = exports.CLSX_STRINGS = void 0; const rule_js_1 = require("../../types/rule.js"); exports.CLSX_STRINGS = [ "clsx", [ { match: rule_js_1.MatcherType.String } ] ]; exports.CLSX_OBJECT_KEYS = [ "clsx", [ { match: rule_js_1.MatcherType.ObjectKey } ] ]; /** @see https://github.com/lukeed/clsx */ exports.CLSX = [ exports.CLSX_STRINGS, exports.CLSX_OBJECT_KEYS ]; //# sourceMappingURL=clsx.js.map