Skip to content

Commit 60ffdbe

Browse files
committed
fix: disable explicit-function-return-type in markdown code
1 parent 595600d commit 60ffdbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/markdown.ts

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export async function markdown(
7373

7474
'style/eol-last': 'off',
7575
'ts/consistent-type-imports': 'off',
76+
'ts/explicit-function-return-type': 'off',
7677
'ts/no-namespace': 'off',
7778
'ts/no-redeclare': 'off',
7879
'ts/no-require-imports': 'off',

0 commit comments

Comments
 (0)