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

View File

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