UNPKG

@afuteam-nx/plugin-exec-eslint

Version:

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

19 lines 403 B
{ "name": "@afuteam-nx/plugin-exec-eslint", "version": "0.0.7", "dependencies": { "@nx/devkit": "18.2.3", "tslib": "^2.3.0" }, "keywords": [ "@afuteam-nx", "nx", "@afuteam-nx/plugin-add-eslint-type", "nx-plugins", "@afuteam/eslint-plugin-fe" ], "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts", "executors": "./executors.json" }