UNPKG

@ui5/linter

Version:

A static code analysis tool for UI5

8 lines (7 loc) 261 B
import { LintResult } from "../linter/LinterContext.js"; export declare class Text { #private; private readonly cwd; constructor(cwd: string); format(lintResults: LintResult[], showDetails: boolean, autofix: boolean, quiet?: boolean): string; }