UNPKG

review-edit-auto

Version:

scan your project, only review edited code in given time-range automatic

7 lines (6 loc) 231 B
import { ILintRes } from './types'; declare function execLint(paths: string[], min: number, since: string, filterLv: string, useOutRc: boolean): Promise<{ fileCount: number; result: ILintRes[]; }>; export default execLint;