We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38a796 commit 051a5aaCopy full SHA for 051a5aa
eslint.config.ts
@@ -12,7 +12,7 @@ export default antfu(
12
'style/brace-style': ['error', '1tbs', { allowSingleLine: true }],
13
'vue/attribute-hyphenation': 'off',
14
'vue/custom-event-name-casing': 'off',
15
- 'vue/max-attributes-per-line': ['error', { singleline: 1, multiline: 1 }],
+ 'vue/max-attributes-per-line': 'error',
16
'vue/no-deprecated-v-bind-sync': 'off',
17
'vue/no-deprecated-v-on-native-modifier': 'off',
18
'vue/no-deprecated-destroyed-lifecycle': 'off',
0 commit comments