fix: disable rules
This commit is contained in:
@@ -21,5 +21,7 @@ module.exports = {
|
||||
'vue/max-attributes-per-line': ['warn', { singleline: 5 }],
|
||||
'vue/html-self-closing': 'off',
|
||||
'vue/no-v-html': 'off',
|
||||
'vue/require-prop-types': 'off',
|
||||
'vue/require-default-prop': 'off',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user