UNPKG

eslint-plugin-better-tailwindcss

Version:

auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.

10 lines 435 B
export 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 || (MatcherType = {})); //# sourceMappingURL=rule.js.map