We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88dace commit 17e2281Copy full SHA for 17e2281
1 file changed
biome.json
@@ -10,6 +10,9 @@
10
"enabled": true,
11
"rules": {
12
"recommended": true,
13
+ "complexity": {
14
+ "useArrowFunction": "off"
15
+ },
16
"suspicious": {
17
"noAssignInExpressions": "off"
18
}
0 commit comments