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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 662 additions and 597 deletions

View File

@ -54,6 +54,7 @@ module.exports = {
'vue/require-v-for-key': 'off', 'vue/require-v-for-key': 'off',
'vue/require-default-prop': 'off', 'vue/require-default-prop': 'off',
'vue/no-unused-components': 'off', 'vue/no-unused-components': 'off',
'vue/return-in-computed-property': 'off',
// typescript-eslint // typescript-eslint
'@typescript-eslint/camelcase': 'off', '@typescript-eslint/camelcase': 'off',
'@typescript-eslint/ban-ts-comment': 'off', '@typescript-eslint/ban-ts-comment': 'off',

View File

@ -1,6 +1,6 @@
{ {
"name": "@vant/eslint-config", "name": "@vant/eslint-config",
"version": "3.2.0", "version": "3.3.1",
"description": "eslint config of vant", "description": "eslint config of vant",
"main": "index.js", "main": "index.js",
"publishConfig": { "publishConfig": {
@ -13,15 +13,15 @@
"eslint": "^7.0.0" "eslint": "^7.0.0"
}, },
"dependencies": { "dependencies": {
"@typescript-eslint/eslint-plugin": "^4.6.0", "@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.6.0", "@typescript-eslint/parser": "^4.29.1",
"eslint-config-airbnb-base": "^14.2.0", "eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.15.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.24.0",
"eslint-plugin-markdown": "^2.0.0", "eslint-plugin-markdown": "^2.2.0",
"eslint-plugin-vue": "^7.1.0" "eslint-plugin-vue": "^7.15.2"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^7.12.1" "eslint": "^7.32.0"
} }
} }

File diff suppressed because it is too large Load Diff