chore(eslint-config): bump dependencies (#12155)

This commit is contained in:
neverland
2023-08-06 10:53:59 +08:00
committed by GitHub
parent 6a56908438
commit cfa33c2fa1
5 changed files with 130 additions and 146 deletions

View File

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