eslint-plugin-readable-tailwind
Version:
auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.
6 lines • 357 B
TypeScript
import type { Rule } from "eslint";
import type { BaseNode as ESBaseNode } from "estree";
import type { Literal } from "../types/ast.js";
import type { RegexConfig } from "../types/rule.js";
export declare function getLiteralsByESNodeAndRegex(ctx: Rule.RuleContext, node: ESBaseNode, regexCallee: RegexConfig): Literal[];
//# sourceMappingURL=regex.d.ts.map