Skip to content

Commit 93a3e5e

Browse files
antonisclaude
andcommitted
chore(core): Add typescript/unified-signatures rule to oxlint config
This rule was available in oxlint but missed during the ESLint migration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 57c0565 commit 93a3e5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/.oxlintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"typescript/explicit-function-return-type": ["error", { "allowExpressions": true }],
5656
"typescript/no-floating-promises": ["error", { "ignoreVoid": false }],
5757
"typescript/no-dynamic-delete": "error",
58+
"typescript/unified-signatures": "error",
5859
"typescript/no-unsafe-member-access": "error",
5960
"typescript/unbound-method": "error",
6061
"typescript/no-explicit-any": "warn",

0 commit comments

Comments
 (0)