Skip to content

Commit

Permalink
chore: remove ban-types
Browse files Browse the repository at this point in the history
  • Loading branch information
gutyerrez committed Jan 21, 2025
1 parent 1ba14cc commit c272a5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ export default [
'@typescript-eslint/triple-slash-reference': 'off',
'@typescript-eslint/await-thenable': 'error',
'@typescript-eslint/ban-ts-comment': 'error',
'@typescript-eslint/ban-types': 'error',
'@typescript-eslint/no-array-constructor': 'error',
'@typescript-eslint/no-base-to-string': 'error',
'@typescript-eslint/no-duplicate-enum-values': 'error',
Expand Down

0 comments on commit c272a5e

Please sign in to comment.