UNPKG

@iceworks/doctor

Version:

Analyse and running codemods over react/rax projects, troubleshooting and automatically fixing errors

4 lines (3 loc) 227 B
import { IEslintReports } from '../../types/Scanner'; import { IFileInfo } from '../../types/File'; export default function getEslintReports(directory: string, files: IFileInfo[], ruleKey: string, fix: string): IEslintReports;