Skip to content

Commit

Permalink
fix: remove object-curly-newline
Browse files Browse the repository at this point in the history
  • Loading branch information
nekochan0122 committed Aug 30, 2024
1 parent 53c7f3e commit 9849459
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/eslint/plugins/stylistic-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const stylisticBasePluginConfig: FlatConfigArray = [{
'@stylistic/no-multiple-empty-lines': ['error', { max: 1, maxBOF: 0, maxEOF: 0 }],
'@stylistic/no-trailing-spaces': 'error',
'@stylistic/no-whitespace-before-property': 'error',
'@stylistic/object-curly-newline': ['error', { ImportDeclaration: 'never', ExportDeclaration: 'never' }],
'@stylistic/object-curly-spacing': ['error', 'always'],
'@stylistic/quotes': ['error', 'single'],
'@stylistic/quote-props': ['error', 'consistent-as-needed'],
Expand Down

0 comments on commit 9849459

Please sign in to comment.