Skip to content

Commit 7a7ff9c

Browse files
committed
chore: update TypeScript configuration options
1 parent 46bb4b5 commit 7a7ff9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/typescript.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export async function typescript(
4848
const typeAwareRules: TypedFlatConfigItem['rules'] = {
4949
'dot-notation': 'off',
5050
'no-implied-eval': 'off',
51+
'require-await': 'off',
5152
'ts/await-thenable': 'error',
5253
'ts/dot-notation': ['error', { allowKeywords: true }],
5354
'ts/no-floating-promises': 'error',

0 commit comments

Comments
 (0)