mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
update eslint config
This commit is contained in:
+4
-1
@@ -8,6 +8,9 @@ module.exports = {
|
|||||||
'plugin:vue/vue3-essential'
|
'plugin:vue/vue3-essential'
|
||||||
],
|
],
|
||||||
'rules': {
|
'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,
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user