mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
31 lines
817 B
JSON
31 lines
817 B
JSON
{
|
|
"name": "@vant/eslint-config",
|
|
"version": "1.2.4",
|
|
"description": "eslint config of vant.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"release": "npm publish --access public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/youzan/vant.git",
|
|
"directory": "packages/vant-eslint-config"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/youzan/vant/issues"
|
|
},
|
|
"homepage": "https://github.com/youzan/vant/packages/vant-eslint-config#readme",
|
|
"peerDependencies": {
|
|
"eslint": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^1.13.0",
|
|
"@typescript-eslint/parser": "^1.13.0",
|
|
"babel-eslint": "^10.0.2",
|
|
"eslint-config-airbnb-base": "^13.2.0",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-vue": "^5.2.3"
|
|
}
|
|
}
|