Skip to content

Commit

Permalink
Remove deprecated check (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Sep 13, 2023
1 parent 11c32c2 commit 658ff3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ module.exports = {
'@typescript-eslint/no-confusing-non-null-assertion': 'error',
'@typescript-eslint/no-confusing-void-expression': ['error', { ignoreArrowShorthand: true }],
'@typescript-eslint/no-dupe-class-members': 'error',
'@typescript-eslint/no-duplicate-imports': 'error',
'@typescript-eslint/no-dynamic-delete': 'error',
'@typescript-eslint/no-empty-function': 'error',
'@typescript-eslint/no-empty-interface': 'error',
Expand Down

0 comments on commit 658ff3a

Please sign in to comment.