chore(eslint-config): bump eslint-plugin-vue to support script setup (#9220)

* chore(eslint-config): bump eslint-plugin-vue to support script setup

* release: @vant/eslint-config@3.3.1
This commit is contained in:
neverland
2021-08-10 10:20:20 +08:00
committed by GitHub
parent 9025d3b4e3
commit 57352801d9
3 changed files with 662 additions and 597 deletions
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@vant/eslint-config",
"version": "3.2.0",
"version": "3.3.1",
"description": "eslint config of vant",
"main": "index.js",
"publishConfig": {
@@ -13,15 +13,15 @@
"eslint": "^7.0.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-markdown": "^2.0.0",
"eslint-plugin-vue": "^7.1.0"
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-markdown": "^2.2.0",
"eslint-plugin-vue": "^7.15.2"
},
"devDependencies": {
"eslint": "^7.12.1"
"eslint": "^7.32.0"
}
}