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 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CTL = exports.CTL_STRINGS = void 0; const readable_tailwind_types_rule_js_1 = require("../../types/rule.js"); exports.CTL_STRINGS = [ "ctl", [ { match: readable_tailwind_types_rule_js_1.MatcherType.String } ] ]; /** @see https://github.com/netlify/classnames-template-literals */ exports.CTL = [ exports.CTL_STRINGS ]; //# sourceMappingURL=ctl.js.map