eslint-plugin-readable-tailwind
Version:
auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.
26 lines • 663 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CN = exports.CN_OBJECT_KEYS = exports.CN_STRINGS = void 0;
const readable_tailwind_types_rule_js_1 = require("../../types/rule.js");
exports.CN_STRINGS = [
"cn",
[
{
match: readable_tailwind_types_rule_js_1.MatcherType.String
}
]
];
exports.CN_OBJECT_KEYS = [
"cn",
[
{
match: readable_tailwind_types_rule_js_1.MatcherType.ObjectKey
}
]
];
/** @see https://ui.shadcn.com/docs/installation/manual */
exports.CN = [
exports.CN_STRINGS,
exports.CN_OBJECT_KEYS
];
//# sourceMappingURL=cn.js.map