Skip to content

Commit e6b349b

Browse files
committedNov 30, 2024
chore: enabled warning for no explicit any
1 parent e276b36 commit e6b349b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎eslint.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default [
4040
"no-undef": "off",
4141
"@typescript-eslint/no-unsafe-function-type": "off",
4242
// Customize TypeScript rules
43-
"@typescript-eslint/no-explicit-any": "off",
43+
"@typescript-eslint/no-explicit-any": "warn",
4444
"@typescript-eslint/no-unused-vars": [
4545
"error",
4646
{

0 commit comments

Comments
 (0)