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
kelsos committed Oct 2, 2024
1 parent e4133b3 commit 114142f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ export async function markdown(
rules: {
'@typescript-eslint/consistent-type-imports': 'off',

'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/no-redeclare': 'off',
'@typescript-eslint/no-require-imports': 'off',
'@typescript-eslint/no-unused-expressions': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/no-var-requires': 'off',
'import/newline-after-import': 'off',
'no-alert': 'off',

Expand Down

0 comments on commit 114142f

Please sign in to comment.