UNPKG

eslint-plugin-better-tailwindcss

Version:

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

7 lines 258 B
export type Async<Request, Response> = (request: Request) => Response; export interface Warning<Options extends Record<string, any> = Record<string, any>> { option: keyof Options; title: string; url?: string; } //# sourceMappingURL=async.d.ts.map