@appworks/doctor
Version:
Analyse and running codemods over react/rax projects, troubleshooting and automatically fixing errors
4 lines (3 loc) • 297 B
TypeScript
import type { CodemodRule } from '@applint/applint';
import { ICodemodReports } from '../../types/Scanner';
export default function getProjectLintReports(cwd: string, fix: boolean, transforms?: Record<string, number>, customTransformRules?: Record<string, CodemodRule>): Promise<ICodemodReports>;