@so1ve/eslint-config-vue
Version:
Ray's eslint config for vue.
38 lines • 879 B
JSON
{
"name": "@so1ve/eslint-config-vue",
"version": "0.123.0",
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
"description": "Ray's eslint config for vue.",
"keywords": [
"eslint",
"eslint-config",
"eslint-vue",
"vue"
],
"homepage": "https://github.com/so1ve/eslint-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/so1ve/eslint-config.git"
},
"bugs": {
"url": "https://github.com/so1ve/eslint-config/issues"
},
"license": "MIT",
"main": "index.js",
"files": [
"eslint-plugin-vue"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"eslint-define-config": "^1.21.0",
"eslint-plugin-vue": "^9.17.0",
"local-pkg": "^0.4.3",
"@so1ve/eslint-config-base": "0.123.0"
},
"peerDependencies": {
"eslint": ">=8.40.0",
"prettier": "^3.0.0"
}
}