update eslint config

This commit is contained in:
MaysWind
2024-09-09 01:39:41 +08:00
parent ee52db3f7c
commit fa0460abd0
+4 -1
View File
@@ -8,6 +8,9 @@ module.exports = {
'plugin:vue/vue3-essential'
],
'rules': {
'vue/no-use-v-if-with-v-for': 'off'
'vue/no-use-v-if-with-v-for': 'off',
'vue/valid-v-slot': ['error', {
allowModifiers: true,
}]
}
}