eslint-plugin-better-tailwindcss
Version:
auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.
25 lines • 594 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.OBJSTR = exports.OBJSTR_OBJECT_KEYS = exports.OBJSTR_STRINGS = void 0;
const rule_js_1 = require("../../types/rule.js");
exports.OBJSTR_STRINGS = [
"objstr",
[
{
match: rule_js_1.MatcherType.String
}
]
];
exports.OBJSTR_OBJECT_KEYS = [
"objstr",
[
{
match: rule_js_1.MatcherType.ObjectKey
}
]
];
/** @see https://github.com/lukeed/obj-str */
exports.OBJSTR = [
exports.OBJSTR_OBJECT_KEYS
];
//# sourceMappingURL=objstr.js.map
;