Skip to content

Commit 4939517

Browse files
committed
chore(tools): require following curly brace conventions in biome config
1 parent 55b1efa commit 4939517

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"style": {
88
"noNonNullAssertion": "off",
99
"useConst": "error",
10-
"useTemplate": "error"
10+
"useTemplate": "error",
11+
"useBlockStatements": "error"
1112
},
1213
"suspicious": {
1314
"noExplicitAny": "warn",

0 commit comments

Comments
 (0)