remove first-attribute-linebreak in eslint
This commit is contained in:
parent
d4d4df099c
commit
13b244ae33
|
|
@ -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': ['/^\\$/']
|
||||
}]
|
||||
|
|
|
|||
Loading…
Reference in New Issue