@afuteam-nx/plugin-add-eslint-type
Version:
给定代码仓库源码,智能识别代码仓库技术栈,输出仓库应当使用哪种 `AFUEslintType` 类型,进行代码质量检测。
19 lines • 379 B
JSON
{
"name": "@afuteam-nx/plugin-add-eslint-type",
"version": "0.0.5",
"dependencies": {
"@nx/devkit": "18.2.3",
"tslib": "^2.3.0"
},
"keywords": [
"@afuteam-nx",
"nx",
"nx-plugins",
"eslint",
"@afuteam/eslint-plugin-fe"
],
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"executors": "./executors.json"
}