Skip to content

Commit 05993d4

Browse files
committed
Enable noFloatingPromises
1 parent 620e4b1 commit 05993d4

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
@@ -33,6 +33,9 @@
3333
"useNumberNamespace": "error",
3434
"noInferrableTypes": "error",
3535
"noUselessElse": "error"
36+
},
37+
"nursery": {
38+
"noFloatingPromises": "error"
3639
}
3740
}
3841
},

0 commit comments

Comments
 (0)