Skip to content

Commit

Permalink
feat: check against no-unsafe-any
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Apr 7, 2020
1 parent 02ecc4b commit 3173bce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ module.exports = {
'@typescript-eslint/no-require-imports': 'error',
'@typescript-eslint/no-unnecessary-qualifier': 'error',
'@typescript-eslint/no-unnecessary-type-assertion': 'warn',
'@typescript-eslint/no-unsafe-call': 'error',
'@typescript-eslint/no-unsafe-member-access': 'error',
'@typescript-eslint/no-unsafe-return': 'error',
'@typescript-eslint/no-unused-vars': [
'warn',
{
Expand Down

0 comments on commit 3173bce

Please sign in to comment.