eslint ignore html-indent in vue (#5521)

This commit is contained in:
6543
2025-09-17 07:45:39 +02:00
committed by GitHub
parent 164d30a15e
commit 8a06eb9d49

View File

@@ -87,6 +87,7 @@ export default antfu(
math: 'always', math: 'always',
}, },
], ],
'vue/html-indent': 'off',
'vue/block-order': [ 'vue/block-order': [
'error', 'error',
{ {