eslint-plugin-better-tailwindcss
Version:
auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.
19 lines • 612 B
TypeScript
import { MatcherType } from "../types/rule.js";
export declare const DEFAULT_CALLEE_NAMES: ([string, {
match: MatcherType.String;
}[]] | [string, {
match: MatcherType.ObjectKey;
}[]] | [string, {
match: MatcherType.ObjectValue;
pathPattern: string;
}[]])[];
export declare const DEFAULT_ATTRIBUTE_NAMES: (string | [string, ({
match: MatcherType.String;
} | {
match: MatcherType.ObjectKey;
})[]])[];
export declare const DEFAULT_VARIABLE_NAMES: [string, {
match: MatcherType.String;
}[]][];
export declare const DEFAULT_TAG_NAMES: never[];
//# sourceMappingURL=default-options.d.ts.map