UNPKG

@afuteam-nx/plugin-exec-eslint

Version:

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

6 lines (5 loc) 188 B
declare function writeRes2SomePath(fileName: any, data: any, ResDirPath: any): void; declare const _default: { writeRes2SomePath: typeof writeRes2SomePath; }; export default _default;