【更新】接受一个iss中建议,Delete ␍eslint

pull/59/head
小诺 2022-11-13 17:06:46 +08:00 committed by 俞宝山
parent 61b7d639cc
commit a80fcbbde6
1 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ module.exports = {
'vue/require-default-prop': 'off', 'vue/require-default-prop': 'off',
'vue/html-self-closing': 'off', 'vue/html-self-closing': 'off',
'vue/v-on-event-hyphenation': 'off', 'vue/v-on-event-hyphenation': 'off',
'vue/multi-word-component-names': 'off' 'vue/multi-word-component-names': 'off',
'prettier/prettier': ['error', { endOfLine: 'auto' }]
} }
} }