fix: apply ESLint rule vue/no-root-v-if
This commit is contained in:
@@ -110,6 +110,7 @@ module.exports = {
|
||||
],
|
||||
'vue/no-empty-component-block': 'error',
|
||||
'vue/no-multiple-objects-in-class': 'error',
|
||||
'vue/no-root-v-if': 'warn',
|
||||
'vue/no-required-prop-with-default': [
|
||||
'error',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user