Skip to content

Commit

Permalink
feat(typescript): enable @typescript-eslint/ban-types
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jul 10, 2023
1 parent 89445a5 commit 330a430
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ module.exports = defineConfig({
'@typescript-eslint/no-redeclare': 'off',

'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/consistent-type-imports': [
'error',
{ fixStyle: 'inline-type-imports', disallowTypeAnnotations: false },
Expand Down

0 comments on commit 330a430

Please sign in to comment.