Skip to content

Commit 6cf4099

Browse files
committed
chore: disable noInferrableTypes biome rule
Disable noInferrableTypes linter rule to allow explicit | undefined annotations required by exactOptionalPropertyTypes TypeScript setting.
1 parent 8c161a4 commit 6cf4099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"useSingleVarDeclarator": "error",
6767
"noUnusedTemplateLiteral": "error",
6868
"useNumberNamespace": "error",
69-
"noInferrableTypes": "error",
69+
"noInferrableTypes": "off",
7070
"noUselessElse": "error",
7171
"useNumericSeparators": "error"
7272
}

0 commit comments

Comments
 (0)