Skip to content

Commit 93889bf

Browse files
chore: rename ban-types eslint rule
1 parent c89e177 commit 93889bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ export default [
1010
rules: {
1111
'no-case-declarations': 'off',
1212
'no-shadow': 'off',
13-
'@typescript-eslint/ban-types': 'off',
1413
'@typescript-eslint/naming-convention': 'off',
1514
'@typescript-eslint/no-empty-function': 'off',
1615
'@typescript-eslint/no-unnecessary-condition': 'warn',
16+
'@typescript-eslint/no-unsafe-function-type': 'off',
1717
},
1818
},
1919
]

0 commit comments

Comments
 (0)