vscode 行尾爆红eslintrc 关闭

This commit is contained in:
baigl 2024-07-19 14:31:54 +08:00
parent 8ed27fc925
commit 954f43d8b3
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ module.exports = {
], ],
rules: { rules: {
'vue/require-default-prop': 'off', 'vue/require-default-prop': 'off',
'vue/multi-word-component-names': 'off' 'vue/multi-word-component-names': 'off',
'prettier/prettier': 'off'
} }
} }