diff --git a/eslint.config.mjs b/eslint.config.mjs index 54ce246..89f578b 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -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: { /**