UNPKG
@afuteam-nx/plugin-add-eslint-type
Version:
latest (0.0.5)
next (0.0.2)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
给定代码仓库源码,智能识别代码仓库技术栈,输出仓库应当使用哪种 `AFUEslintType` 类型,进行代码质量检测。
@afuteam-nx/plugin-add-eslint-type
/
src
/
executors
/
run
/
schema.d.ts
8 lines
(7 loc)
•
383 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
// TODO 项目清单的单条 schema格式需要细化下
export
interface
RunExecutorSchema
{
localFileAllReposInfoPath
:
string
,
// 从代码仓库拉下来的项目信息清单路径
blackFileList
:
string
[],
// 过滤文件目录名称
localFilesAllReposCodePath
:
string
,
// 本地代码仓库源码路径
resultPath
:
string
,
// 结果输出路径
}
// eslint-disable-line