We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antfu
Learn more about funding links in repositories.
Report abuse
@typescript-eslint/ban-types
1 parent c135523 commit d4a9ebcCopy full SHA for d4a9ebc
packages/eslint-config-ts/index.js
@@ -173,7 +173,6 @@ module.exports = {
173
'@typescript-eslint/no-empty-function': 'off',
174
'@typescript-eslint/no-non-null-assertion': 'off',
175
'@typescript-eslint/explicit-module-boundary-types': 'off',
176
- '@typescript-eslint/ban-types': 'off',
177
'@typescript-eslint/triple-slash-reference': 'off',
178
// handled by unused-imports/no-unused-imports
179
'@typescript-eslint/no-unused-vars': 'off',
0 commit comments