Skip to content

Commit

Permalink
refactor: enable @typescript-eslint/no-explicit-any warning
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 19, 2024
1 parent a67e739 commit 1cddaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default [
},
{
rules: {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-explicit-any": "warn",
},
},
];

0 comments on commit 1cddaac

Please sign in to comment.