Skip to content

Commit

Permalink
fix: remove @typescript-eslint/no-throw-literal (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 11, 2024
1 parent b399538 commit 638997e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configurations/typescript-type-checking.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ module.exports.recommended = {
},
},
],
'@typescript-eslint/no-throw-literal': 2,
'@typescript-eslint/no-unnecessary-qualifier': 2,
'@typescript-eslint/prefer-includes': 2,
'@typescript-eslint/prefer-nullish-coalescing': [
Expand Down

0 comments on commit 638997e

Please sign in to comment.