We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antfu
Learn more about funding links in repositories.
Report abuse
1 parent 8f992fe commit 498cb76Copy full SHA for 498cb76
src/configs/typescript.ts
@@ -48,6 +48,7 @@ export async function typescript(
48
'ts/no-unsafe-return': 'error',
49
'ts/restrict-plus-operands': 'error',
50
'ts/restrict-template-expressions': 'error',
51
+ 'ts/return-await': 'error',
52
'ts/strict-boolean-expressions': 'error',
53
'ts/unbound-method': 'error',
54
}
0 commit comments