UNPKG

@afuteam-nx/plugin-add-eslint-type

Version:

给定代码仓库源码,智能识别代码仓库技术栈,输出仓库应当使用哪种 `AFUEslintType` 类型,进行代码质量检测。

8 lines (7 loc) 383 B
// TODO 项目清单的单条 schema格式需要细化下 export interface RunExecutorSchema { localFileAllReposInfoPath: string, // 从代码仓库拉下来的项目信息清单路径 blackFileList: string[], // 过滤文件目录名称 localFilesAllReposCodePath: string, // 本地代码仓库源码路径 resultPath: string, // 结果输出路径 } // eslint-disable-line