UNPKG

251 BTypeScriptView Raw
1import { ESLint } from "eslint";
2
3/**
4 * This is our custom ESLint formatter that integrates well with
5 * Create React App console output.
6 */
7declare function eslintFormatter(results: readonly ESLint.LintResult[]): string;
8
9export = eslintFormatter;