Skip to content

Commit 62dba82

Browse files
committed
chore: disable noInferrableTypes biome rule
Disable noInferrableTypes linter rule to allow explicit | undefined annotations required by exactOptionalPropertyTypes TypeScript setting.
1 parent a4f0719 commit 62dba82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"useSingleVarDeclarator": "error",
6464
"noUnusedTemplateLiteral": "error",
6565
"useNumberNamespace": "error",
66-
"noInferrableTypes": "error",
66+
"noInferrableTypes": "off",
6767
"noUselessElse": "error",
6868
"useNumericSeparators": "error"
6969
}

0 commit comments

Comments
 (0)