Skip to content

Commit 1cddaac

Browse files
committed
refactor: enable @typescript-eslint/no-explicit-any warning
1 parent a67e739 commit 1cddaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default [
2525
},
2626
{
2727
rules: {
28-
"@typescript-eslint/no-explicit-any": "off",
28+
"@typescript-eslint/no-explicit-any": "warn",
2929
},
3030
},
3131
];

0 commit comments

Comments
 (0)