Skip to content

Commit d4a9ebc

Browse files
authoredJul 3, 2023
feat(ts): enable @typescript-eslint/ban-types (#210)
1 parent c135523 commit d4a9ebc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎packages/eslint-config-ts/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ module.exports = {
173173
'@typescript-eslint/no-empty-function': 'off',
174174
'@typescript-eslint/no-non-null-assertion': 'off',
175175
'@typescript-eslint/explicit-module-boundary-types': 'off',
176-
'@typescript-eslint/ban-types': 'off',
177176
'@typescript-eslint/triple-slash-reference': 'off',
178177
// handled by unused-imports/no-unused-imports
179178
'@typescript-eslint/no-unused-vars': 'off',

0 commit comments

Comments
 (0)
Please sign in to comment.