Skip to content

Commit

Permalink
chore: enabled warning for no explicit any
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd committed Nov 30, 2024
1 parent e276b36 commit e6b349b
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 @@ -40,7 +40,7 @@ export default [
"no-undef": "off",
"@typescript-eslint/no-unsafe-function-type": "off",
// Customize TypeScript rules
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-unused-vars": [
"error",
{
Expand Down

0 comments on commit e6b349b

Please sign in to comment.