@afuteam-nx/plugin-add-eslint-type
Version:
给定代码仓库源码,智能识别代码仓库技术栈,输出仓库应当使用哪种 `AFUEslintType` 类型,进行代码质量检测。
19 lines (18 loc) • 446 B
JSON
{
"$schema": "https://json-schema.org/schema",
"version": 2,
"title": "Run executor",
"description": "",
"type": "object",
"properties": {
"localFileAllReposInfoPath": {"type": "string"},
"blackFileList": {"type": "array"},
"localFilesAllReposCodePath": {"type": "string"},
"resultPath": {"type": "string"}
},
"required": [
"localFileAllReposInfoPath",
"localFilesAllReposCodePath",
"resultPath"
]
}