Merge pull request #198 from LittleTurtle2333/patch-1
fix: 修复<text>自动换行导致存在空格的问题
This commit is contained in:
@@ -27,6 +27,15 @@ export default uniHelper({
|
||||
'jsdoc/require-returns-description': 'off',
|
||||
'ts/no-empty-object-type': 'off',
|
||||
'no-extend-native': 'off',
|
||||
'vue/singleline-html-element-content-newline': [
|
||||
'error',
|
||||
{
|
||||
ignoreWhenNoAttributes: true,
|
||||
ignoreWhenEmpty: true,
|
||||
ignores: ['pre', 'textarea', 'text'],
|
||||
externalIgnores: [],
|
||||
},
|
||||
],
|
||||
},
|
||||
formatters: {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user