remove first-attribute-linebreak in eslint

This commit is contained in:
philipp lang 2026-08-27 21:19:28 +02:00
parent d4d4df099c
commit 13b244ae33
1 changed files with 1 additions and 4 deletions

View File

@ -30,10 +30,7 @@ export default typescriptEslint.config(
'vue/multi-word-component-names': 'off',
'vue/max-attributes-per-line': 'off',
'vue/singleline-html-element-content-newline': 'off',
"vue/first-attribute-linebreak": ["error", {
"singleline": "beside",
"multiline": "beside"
}],
'vue/first-attribute-linebreak': 'off',
'vue/no-undef-properties': ['error', {
'ignores': ['/^\\$/']
}]