fix: 保留单行标签rule默认值
This commit is contained in:
@@ -30,10 +30,7 @@ export default uniHelper({
|
||||
'vue/singleline-html-element-content-newline': [
|
||||
'error',
|
||||
{
|
||||
ignoreWhenNoAttributes: true,
|
||||
ignoreWhenEmpty: true,
|
||||
ignores: ['pre', 'textarea', 'text'],
|
||||
externalIgnores: [],
|
||||
externalIgnores: ['text'],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user