@appworks/doctor
Version:
Analyse and running codemods over react/rax projects, troubleshooting and automatically fixing errors
5 lines (4 loc) • 313 B
TypeScript
import { IESLintReports } from '../../types/Scanner';
import { IFileInfo } from '../../types/File';
import { RuleKey } from '@applint/applint';
export default function getESLintReports(directory: string, files: IFileInfo[], ruleKey: RuleKey, fix: boolean, eslintExtendsConfig: string[]): Promise<IESLintReports>;