refactor: await-thenable

This commit is contained in:
Tibo De Peuter 2025-03-23 13:24:27 +01:00
parent e84c772916
commit a42add7131
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 2 additions and 1 deletions

View file

@ -33,6 +33,7 @@ export default [
},
rules: {
'@typescript-eslint/array-type': 'warn',
'@typescript-eslint/await-thenable': 'error',
'consistent-return': 'off',
'@typescript-eslint/consistent-return': 'off',