Skip to content

Commit

Permalink
chore(eslint): set @typescript-eslint/no-explicit-any as warn instead…
Browse files Browse the repository at this point in the history
… of error
  • Loading branch information
bjoerge committed Feb 12, 2024
1 parent 1ec2c39 commit e01c101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const config = {
},
},
],
'@typescript-eslint/no-explicit-any': ['warn'],
'@typescript-eslint/no-dupe-class-members': ['error'],
'@typescript-eslint/no-shadow': ['error'],
'@typescript-eslint/no-unused-vars': ['warn'],
Expand Down

0 comments on commit e01c101

Please sign in to comment.