Skip to content

Commit

Permalink
feat(ts): enable @typescript-eslint/ban-types (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Jul 3, 2023
1 parent c135523 commit d4a9ebc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-config-ts/index.js
Expand Up @@ -173,7 +173,6 @@ module.exports = {
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/triple-slash-reference': 'off',
// handled by unused-imports/no-unused-imports
'@typescript-eslint/no-unused-vars': 'off',
Expand Down

0 comments on commit d4a9ebc

Please sign in to comment.