feat(@vant/cli): bump husky v8 (#10622)

* feat(@vant/cli): bump husky v8

* chore: fix lint issue
This commit is contained in:
neverland
2022-05-22 19:28:34 +08:00
committed by GitHub
parent 99d705e597
commit 0c0191332a
6 changed files with 2742 additions and 2873 deletions

View File

@@ -51,6 +51,7 @@ module.exports = {
'vue/require-v-for-key': 'off',
'vue/require-default-prop': 'off',
'vue/no-unused-components': 'off',
'vue/multi-word-component-names': 'off',
'vue/return-in-computed-property': 'off',
// typescript-eslint
'@typescript-eslint/camelcase': 'off',