Skip to content

Commit 7805e0d

Browse files
authored
fix(eslint-config): replace deprecated vue/object-property-newline option (#586)
1 parent 9df99f1 commit 7805e0d

File tree

1 file changed

+1
-1
lines changed
  • packages/eslint-config/src/configs

1 file changed

+1
-1
lines changed

packages/eslint-config/src/configs/vue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default async function vue(options: NuxtESLintConfigOptions): Promise<Lin
117117
'vue/object-curly-spacing': ['error', 'always'],
118118
'vue/object-property-newline': [
119119
'error',
120-
{ allowMultiplePropertiesPerLine: true },
120+
{ allowAllPropertiesOnSameLine: true },
121121
],
122122
'vue/one-component-per-file': 'off',
123123
'vue/operator-linebreak': ['error', 'before'],

0 commit comments

Comments
 (0)