mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-20 21:58:35 +00:00
eslint ignore html-indent in vue (#5521)
This commit is contained in:
@@ -87,6 +87,7 @@ export default antfu(
|
|||||||
math: 'always',
|
math: 'always',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
'vue/html-indent': 'off',
|
||||||
'vue/block-order': [
|
'vue/block-order': [
|
||||||
'error',
|
'error',
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user