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.
Function
ts/ban-types
1 parent e66c063 commit f737e61Copy full SHA for f737e61
src/configs/typescript.ts
@@ -21,6 +21,7 @@ export function typescript(
21
'no-implied-eval': OFF,
22
'no-throw-literal': OFF,
23
'ts/await-thenable': 'error',
24
+ 'ts/ban-types': ['error', { types: { Function: false } }],
25
'ts/dot-notation': ['error', { allowKeywords: true }],
26
'ts/no-floating-promises': 'error',
27
'ts/no-for-in-array': 'error',
0 commit comments