Skip to content

Commit

Permalink
style: turn @typescript-eslint/no-unsafe-argument rule on
Browse files Browse the repository at this point in the history
  • Loading branch information
Nipheris committed Apr 18, 2024
1 parent 7a6a03b commit 1fb3d08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export default ts.config(
// turn on this rules later
'@typescript-eslint/await-thenable': 'off',
'@typescript-eslint/no-floating-promises': 'off',
'@typescript-eslint/no-unsafe-argument': 'off',

},
},
Expand Down

0 comments on commit 1fb3d08

Please sign in to comment.