@afuteam-nx/plugin-code-complexity
Version:
对代码仓库执行代码质量的复杂度检查,支持批量项目。
19 lines • 365 B
JSON
{
"name": "@afuteam-nx/plugin-code-complexity",
"version": "0.0.2",
"dependencies": {
"@nx/devkit": "18.2.3",
"tslib": "^2.3.0"
},
"keywords": [
"@afuteam-nx",
"nx",
"plugins",
"complexity",
"switchcase"
],
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"executors": "./executors.json"
}