eslint-plugin-better-tailwindcss
Version:
auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.
11 lines • 395 B
TypeScript
import type { Warning } from "../types/async.js";
export interface GetTSConfigRequest {
configPath: string | undefined;
cwd: string;
}
export interface GetTSConfigResponse {
path: string | undefined;
warnings: (Warning | undefined)[];
}
export declare const getTSConfigPath: ({ configPath, cwd }: GetTSConfigRequest) => GetTSConfigResponse;
//# sourceMappingURL=tsconfig.d.ts.map