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 0e30119 commit c042620Copy full SHA for c042620
src/configs/typescript.ts
@@ -43,6 +43,7 @@ export async function typescript(
43
'ts/no-unsafe-return': 'error',
44
'ts/restrict-plus-operands': 'error',
45
'ts/restrict-template-expressions': 'error',
46
+ 'ts/strict-boolean-expressions': 'error',
47
'ts/unbound-method': 'error',
48
}
49
0 commit comments