eslint-plugin-better-tailwindcss
Version:
auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.
8 lines • 650 B
TypeScript
export type { ArgumentTarget, CallTarget } from "../types/rule.js";
export { MatcherType } from "../types/rule.js";
export type { Matcher, ObjectKeyMatcher, ObjectValueMatcher, StringMatcher } from "../types/rule.js";
export { SelectorKind } from "../types/rule.js";
export type { AttributeSelector, CalleeSelector, Selector, TagSelector, VariableSelector } from "../types/rule.js";
export type { SelectorAnonymousFunctionReturnMatcher, SelectorMatcher, SelectorObjectKeyMatcher, SelectorObjectValueMatcher, SelectorStringMatcher } from "../types/rule.js";
export type { Regex, Selectors } from "../types/rule.js";
//# sourceMappingURL=types.d.ts.map