We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
noFloatingPromises
1 parent ff43d75 commit cd84873Copy full SHA for cd84873
1 file changed
biome/biome.json
@@ -7,6 +7,9 @@
7
},
8
"linter": {
9
"rules": {
10
+ "nursery": {
11
+ "noFloatingPromises": "error"
12
+ },
13
"style": {
14
"useBlockStatements": "error"
15
0 commit comments