Skip to content

Commit c735d01

Browse files
committed
chore: add extra biome configs
1 parent 22af009 commit c735d01

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

biome.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"includes": ["**", "!package.json", "!package-lock.json"]
10+
"includes": ["**", "!package.json", "!package-lock.json", "!!**/dist", "!!**/coverage"]
1111
},
1212
"formatter": {
1313
"enabled": true,
@@ -72,6 +72,11 @@
7272
"suspicious": {
7373
"noConstEnum": "off",
7474
"useAwait": "error"
75+
},
76+
"nursery": {
77+
"useExhaustiveSwitchCases": "error",
78+
"noFloatingPromises": "error",
79+
"noMisusedPromises": "error"
7580
}
7681
}
7782
},

0 commit comments

Comments
 (0)