UNPKG

eslint-plugin-readable-tailwind

Version:

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

9 lines 286 B
export declare function findTailwindConfig(cwd: string, configPath?: string): { invalidate: boolean; path: string; } | undefined; export declare function findDefaultConfig(cwd: string): { invalidate: boolean; path: string | false; }; //# sourceMappingURL=config.d.ts.map