Skip to content

Commit 25cc9c1

Browse files
fix: update unified-signatures rule config
1 parent a003df0 commit 25cc9c1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/plugins/typescript.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,12 @@ export const settings: Linter.Config = {
299299
ignoreStatic: true,
300300
},
301301
],
302-
"@typescript-eslint/unified-signatures": "warn",
302+
"@typescript-eslint/unified-signatures": [
303+
"error",
304+
{
305+
ignoreDifferentlyNamedParameters: true,
306+
},
307+
],
303308
"@typescript-eslint/no-redeclare": "error",
304309
},
305310

0 commit comments

Comments
 (0)