Skip to content

Commit

Permalink
Add @typescript-eslint/no-unsafe-argument
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Jan 26, 2025
1 parent 77c13fd commit cf56811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = [
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-unsafe-return": "error",
"@typescript-eslint/no-unsafe-assignment": "error",
"@typescript-eslint/no-unsafe-argument": "error",
// Temporary measure
"@typescript-eslint/unbound-method": "warn",
// End temporary
Expand Down

0 comments on commit cf56811

Please sign in to comment.