UNPKG

@afuteam-nx/plugin-exec-eslint

Version:

对代码仓库执行代码质量检查,支持批量项目。 输出结果包含仓库的 `eslint错误数` `空行数` `代码行数` `注释行数` `复杂度统计(不包含switchcase类型)`

18 lines (17 loc) 412 B
{ "$schema": "https://json-schema.org/schema", "version": 2, "title": "Run executor", "description": "", "type": "object", "properties": { "localFileReposWithAFULintTypePath": {"type": "string"}, "localAllReposCodePath": {"type": "string"}, "resultPath": {"type": "string"} }, "required": [ "localFileReposWithAFULintTypePath", "localAllReposCodePath", "resultPath" ] }