Skip to content

Commit 1633011

Browse files
committed
ESLint: enforce html indentation
1 parent fd8cad5 commit 1633011

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.eslintrc.cjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ module.exports = {
4646
'error',
4747
commaDangle,
4848
],
49+
'vue/html-indent': [
50+
'error',
51+
2,
52+
{
53+
alignAttributesVertically: false,
54+
},
55+
],
4956
'no-console': [
5057
'error',
5158
{

0 commit comments

Comments
 (0)