Skip to content

Commit cd84873

Browse files
committed
[biome.json] Set noFloatingPromises to error.
1 parent ff43d75 commit cd84873

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

biome/biome.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
},
88
"linter": {
99
"rules": {
10+
"nursery": {
11+
"noFloatingPromises": "error"
12+
},
1013
"style": {
1114
"useBlockStatements": "error"
1215
},

0 commit comments

Comments
 (0)