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 46bb4b5 commit 7a7ff9cCopy full SHA for 7a7ff9c
src/configs/typescript.ts
@@ -48,6 +48,7 @@ export async function typescript(
48
const typeAwareRules: TypedFlatConfigItem['rules'] = {
49
'dot-notation': 'off',
50
'no-implied-eval': 'off',
51
+ 'require-await': 'off',
52
'ts/await-thenable': 'error',
53
'ts/dot-notation': ['error', { allowKeywords: true }],
54
'ts/no-floating-promises': 'error',
0 commit comments