diff --git a/eslint.config.mjs b/eslint.config.mjs index 89f578b..7383bed 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -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'], }, ], },