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