eslint-plugin-better-tailwindcss
Version:
auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.
13 lines • 557 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.MatcherType = void 0;
var MatcherType;
(function (MatcherType) {
/** Matches all object keys that are strings. */
MatcherType["ObjectKey"] = "objectKeys";
/** Matches all object values that are strings. */
MatcherType["ObjectValue"] = "objectValues";
/** Matches all strings that are not matched by another matcher. */
MatcherType["String"] = "strings";
})(MatcherType || (exports.MatcherType = MatcherType = {}));
//# sourceMappingURL=rule.js.map
;