Skip to content

Commit

Permalink
feat(typescript): add typescript/no-deprecated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Oct 14, 2024
1 parent c0d0345 commit 00b614a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export default tseslint.config({
ignoreVoidOperator: false
}
],
"typescript/no-deprecated": "warn",
"no-dupe-class-members": "off",
"typescript/no-dupe-class-members": "error",
"typescript/no-duplicate-enum-values": "warn",
Expand Down

0 comments on commit 00b614a

Please sign in to comment.