We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89e177 commit 93889bfCopy full SHA for 93889bf
eslint.config.js
@@ -10,10 +10,10 @@ export default [
10
rules: {
11
'no-case-declarations': 'off',
12
'no-shadow': 'off',
13
- '@typescript-eslint/ban-types': 'off',
14
'@typescript-eslint/naming-convention': 'off',
15
'@typescript-eslint/no-empty-function': 'off',
16
'@typescript-eslint/no-unnecessary-condition': 'warn',
+ '@typescript-eslint/no-unsafe-function-type': 'off',
17
},
18
19
]
0 commit comments