Skip to content

Commit

Permalink
fix: disable explicit-function-return-type in markdown code
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 15, 2024
1 parent 595600d commit 60ffdbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export async function markdown(

'style/eol-last': 'off',
'ts/consistent-type-imports': 'off',
'ts/explicit-function-return-type': 'off',
'ts/no-namespace': 'off',
'ts/no-redeclare': 'off',
'ts/no-require-imports': 'off',
Expand Down

0 comments on commit 60ffdbe

Please sign in to comment.