fix: disable vue attrs wrap
This commit is contained in:
parent
392f70ffc4
commit
46e9ea35b9
@ -18,7 +18,7 @@ module.exports = {
|
||||
'@antfu/eslint-config-ts',
|
||||
],
|
||||
rules: {
|
||||
'vue/max-attributes-per-line': ['warn', { singleline: 5 }],
|
||||
'vue/max-attributes-per-line': 'off',
|
||||
'vue/no-v-html': 'off',
|
||||
'vue/require-prop-types': 'off',
|
||||
'vue/require-default-prop': 'off',
|
||||
|
Loading…
Reference in New Issue
Block a user