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 9df99f1 commit 7805e0dCopy full SHA for 7805e0d
packages/eslint-config/src/configs/vue.ts
@@ -117,7 +117,7 @@ export default async function vue(options: NuxtESLintConfigOptions): Promise<Lin
117
'vue/object-curly-spacing': ['error', 'always'],
118
'vue/object-property-newline': [
119
'error',
120
- { allowMultiplePropertiesPerLine: true },
+ { allowAllPropertiesOnSameLine: true },
121
],
122
'vue/one-component-per-file': 'off',
123
'vue/operator-linebreak': ['error', 'before'],
0 commit comments