1 Star 0 Fork 1

vill-v/eslint-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.42 KB
一键复制 编辑 原始数据 按行查看 历史
白鸢 提交于 2024-09-14 18:07 . chore: release v2.0.3
{
"name": "@vill-v/eslint-config",
"description": "vilv-v的eslint的预设",
"version": "2.0.3",
"license": "MIT",
"repository": "https://gitee.com/vill-v/eslint-config.git",
"packageManager": "pnpm@9.10.0",
"type": "module",
"engines": {
"node": "^18.18.0 || >=20.0.0"
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"scripts": {
"build": "pnpm typegen && tsup-node",
"dev": "pnpm dlx @eslint/config-inspector --config eslint.config.js",
"release": "vbumpp -r && pnpm build",
"update:deps": "taze major -w -i -a -r",
"typegen": "tsx scripts/dts.ts",
"prepare": "pnpm typegen"
},
"dependencies": {
"@eslint/js": "^9.10.0",
"defu": "^6.1.4",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-flat-config-utils": "^0.4.0",
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-command": "^0.2.5",
"eslint-plugin-import-x": "^4.2.1",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-vue": "^9.28.0",
"eslint-processor-vue-blocks": "^0.1.2",
"globals": "^15.9.0",
"mlly": "^1.7.1",
"typescript-eslint": "^8.5.0",
"vue-eslint-parser": "^9.4.3"
},
"peerDependencies": {
"@types/eslint": "^9.5.0",
"eslint": "^9.5.0",
"prettier": ">=3.0.0",
"typescript": ">=5.0",
"vue": ">=2||>=3"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"vue": {
"optional": true
},
"@types/eslint": {
"optional": true
},
"prettier": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/eslint-plugin-markdown": "^2.0.2",
"@types/node": "^22.5.5",
"@vill-v/bumpp-gitee": "^2.2.2",
"@vill-v/prettier-config": "^1.0.0",
"@vill-v/tsconfig": "^1.0.1",
"eslint": "^9.10.0",
"eslint-typegen": "^0.3.2",
"prettier": "^3.3.3",
"taze": "^0.16.8",
"tsup": "^8.2.4",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"void-fs": "^0.0.1-beta.17",
"vue": "^3.5.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vill-v/eslint-config.git
git@gitee.com:vill-v/eslint-config.git
vill-v
eslint-config
eslint-config
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385