UNPKG
@afuteam-nx/plugin-exec-eslint
Version:
latest (0.0.7)
next (0.0.1)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
对代码仓库执行代码质量检查,支持批量项目。 输出结果包含仓库的 `eslint错误数` `空行数` `代码行数` `注释行数` `复杂度统计(不包含switchcase类型)`
@afuteam-nx/plugin-exec-eslint
/
executors.json
10 lines
(9 loc)
•
187 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"executors"
:
{
"run"
:
{
"implementation"
:
"./src/executors/run/executor"
,
"schema"
:
"./src/executors/run/schema.json"
,
"description"
:
"run executor"
}
}
}