Skip to content

Commit

Permalink
added eslint rule @typescript-eslint/no-deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiHotz committed Dec 8, 2024
1 parent 716e310 commit 5840013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export default tseslint.config(
ignoreExternal: true,
},
],
'@typescript-eslint/no-deprecated': 'warn',
'@typescript-eslint/no-unused-vars': 'warn',
'@typescript-eslint/no-misused-promises': 'off',
'@typescript-eslint/unbound-method': 'off',
Expand Down

0 comments on commit 5840013

Please sign in to comment.