We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b1efa commit 4939517Copy full SHA for 4939517
biome.json
@@ -7,7 +7,8 @@
7
"style": {
8
"noNonNullAssertion": "off",
9
"useConst": "error",
10
- "useTemplate": "error"
+ "useTemplate": "error",
11
+ "useBlockStatements": "error"
12
},
13
"suspicious": {
14
"noExplicitAny": "warn",
0 commit comments