Skip to content

Commit

Permalink
fix: remove minProperties in @stylistic/object-curly-newline
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed Nov 28, 2024
1 parent 54f4139 commit 2c0bc86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ export function prepareConfig() {
{
ObjectExpression: { multiline: true },
ObjectPattern: { multiline: true },
ImportDeclaration: { multiline: true, minProperties: 3 },
ExportDeclaration: { multiline: true, minProperties: 3 },
TSTypeLiteral: { multiline: true, minProperties: 3 },
ImportDeclaration: { multiline: true },
ExportDeclaration: { multiline: true },
TSTypeLiteral: { multiline: true },
TSInterfaceBody: 'always'
}
],
Expand Down

0 comments on commit 2c0bc86

Please # to comment.