Skip to content

Commit

Permalink
fix: disable ts/no-unused-expressions in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 7, 2024
1 parent f45c9f5 commit 64894e6
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 @@ -75,6 +75,7 @@ export async function markdown(
'ts/no-namespace': 'off',
'ts/no-redeclare': 'off',
'ts/no-require-imports': 'off',
'ts/no-unused-expressions': 'off',
'ts/no-unused-vars': 'off',
'ts/no-use-before-define': 'off',
'ts/no-var-requires': 'off',
Expand Down

0 comments on commit 64894e6

Please sign in to comment.