Skip to content

Commit

Permalink
chore: Use no-explicit-any rule (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
taheramr authored Sep 6, 2023
1 parent 5595225 commit 30ba03e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@
"@typescript-eslint/no-unsafe-call": "error",
"@typescript-eslint/no-unsafe-declaration-merging": "error",
"@typescript-eslint/no-unsafe-member-access": "error",
"@typescript-eslint/no-unsafe-return": "error"
"@typescript-eslint/no-unsafe-return": "error",
"@typescript-eslint/no-explicit-any": "error"
},
"parserOptions": {
"project": ["./tsconfig.json"]
Expand Down

0 comments on commit 30ba03e

Please sign in to comment.