Skip to content

Commit 36002c6

Browse files
committed
fix(common): CHECKOUT-4231 Remove preblock because it requires an empty spaces for empty objects
With this rule on, `{}` is invalid, we'll need to write `{ }`.
1 parent c489bc9 commit 36002c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@
240240
"check-type",
241241
"check-typecast",
242242
"check-type-operator",
243-
"check-preblock",
244-
"check-postbrace"
243+
"check-preblock"
245244
]
246245
}
247246
}

0 commit comments

Comments
 (0)