Skip to content

Commit 17e2281

Browse files
committed
Off arrow functions pls
1 parent f88dace commit 17e2281

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

biome.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"enabled": true,
1111
"rules": {
1212
"recommended": true,
13+
"complexity": {
14+
"useArrowFunction": "off"
15+
},
1316
"suspicious": {
1417
"noAssignInExpressions": "off"
1518
}

0 commit comments

Comments
 (0)