We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
explicit-function-return-type
1 parent 595600d commit 60ffdbeCopy full SHA for 60ffdbe
src/configs/markdown.ts
@@ -73,6 +73,7 @@ export async function markdown(
73
74
'style/eol-last': 'off',
75
'ts/consistent-type-imports': 'off',
76
+ 'ts/explicit-function-return-type': 'off',
77
'ts/no-namespace': 'off',
78
'ts/no-redeclare': 'off',
79
'ts/no-require-imports': 'off',
0 commit comments