Skip to content

Commit 3c950b5

Browse files
feat: more tweaks
1 parent 388d11d commit 3c950b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/configs/overrides.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ export async function overrides(): Promise<FlatConfigItem[]> {
5858
"jsdoc/multiline-blocks": "off",
5959

6060
"ts/consistent-type-definitions": "off",
61-
"ts/no-unused-vars": "off",
61+
"ts/no-empty-object-type": "off",
6262
"ts/no-explicit-any": "off",
63+
"ts/no-unused-vars": "off",
6364
},
6465
},
6566
{

0 commit comments

Comments
 (0)