Skip to content

Commit

Permalink
fix: disable style/object-property-newline in favor of `antfu/consi…
Browse files Browse the repository at this point in the history
…stent-list-newline`

close antfu/eslint-plugin-antfu#10
  • Loading branch information
antfu committed Nov 2, 2023
1 parent 51639fd commit 2f51b58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configs/stylistic.ts
Expand Up @@ -95,7 +95,6 @@ export function stylistic(options: StylisticConfig = {}): ConfigItem[] {
'style/no-trailing-spaces': 'error',
'style/no-whitespace-before-property': 'error',
'style/object-curly-spacing': ['error', 'always'],
'style/object-property-newline': ['error', { allowMultiplePropertiesPerLine: true }],
'style/operator-linebreak': ['error', 'before'],
'style/padded-blocks': ['error', { blocks: 'never', classes: 'never', switches: 'never' }],
'style/quote-props': ['error', 'consistent-as-needed'],
Expand Down

0 comments on commit 2f51b58

Please sign in to comment.