Skip to content

Commit e4eb6e8

Browse files
jdaltonclaude
andcommitted
chore: disable noInferrableTypes biome rule
Disable noInferrableTypes linter rule to allow explicit | undefined annotations required by exactOptionalPropertyTypes TypeScript setting. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 02e056a commit e4eb6e8

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)