UNPKG

review-edit-auto

Version:

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

10 lines (9 loc) 200 B
export interface IReviewParams { min?: number; rootPath?: string; ignoreFileName?: string; ignoreRules?: string[]; since?: string; filterLv?: string; useOutRc?: boolean; }