UNPKG

eslint-insight

Version:

A developer tool to display ESLint results in a clear and user-friendly format, with real-time feedback in the terminal or browser.

12 lines 477 B
export default eslintFormatterKhulnaSoft; /** * @param {ESLint.LintResult[]} results * The ESLint report results. * @param {ESLint.LintResultData} data * The ESLint report result data. * @returns {Promise<string>} * The ESLint output to print to the console. */ declare function eslintFormatterKhulnaSoft(results: ESLint.LintResult[], data: ESLint.LintResultData): Promise<string>; import type { ESLint } from 'eslint'; //# sourceMappingURL=eslint-insight.d.ts.map