[web] Enforce single line HTML elements

This commit is contained in:
Alain Nussbaumer
2024-04-26 23:26:56 +02:00
parent de847a6711
commit 5db55f66c1
6 changed files with 18 additions and 9 deletions

View File

@@ -35,8 +35,7 @@ export default [
'sort-keys': 'off',
'vue/html-self-closing': 'off',
'vue/max-attributes-per-line': 'off',
'vue/prop-name-casing': 'off',
'vue/singleline-html-element-content-newline': 'off'
'vue/prop-name-casing': 'off'
}
}
]