From 8a06eb9d49fc94137650e16fdcac947d985d0b98 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 17 Sep 2025 07:45:39 +0200 Subject: [PATCH] eslint ignore html-indent in vue (#5521) --- web/eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/eslint.config.js b/web/eslint.config.js index fd8cf64eb..9b2a9515a 100644 --- a/web/eslint.config.js +++ b/web/eslint.config.js @@ -87,6 +87,7 @@ export default antfu( math: 'always', }, ], + 'vue/html-indent': 'off', 'vue/block-order': [ 'error', {