fix: 保留单行标签rule默认值

This commit is contained in:
乌堆小透明
2025-08-07 16:32:27 +08:00
committed by GitHub
parent a3cbd65f0a
commit 96cfaa9956

View File

@@ -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'],
},
],
},