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 • 585 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.CC = exports.CC_OBJECT_KEYS = exports.CC_STRINGS = void 0;
const rule_js_1 = require("../../types/rule.js");
exports.CC_STRINGS = [
"cc",
[
{
match: rule_js_1.MatcherType.String
}
]
];
exports.CC_OBJECT_KEYS = [
"cc",
[
{
match: rule_js_1.MatcherType.ObjectKey
}
]
];
/** @see https://github.com/jorgebucaran/classcat */
exports.CC = [
exports.CC_STRINGS,
exports.CC_OBJECT_KEYS
];
//# sourceMappingURL=cc.js.map
;