Skip to content

Commit

Permalink
fix: disable @typescript-eslint/no-unnecessary-type-assertion for m…
Browse files Browse the repository at this point in the history
…arkdown (#128)
  • Loading branch information
ocavue authored Sep 17, 2024
1 parent 0ff58cc commit 2475b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export function markdown() {
'@typescript-eslint/await-thenable': 'off',
'@typescript-eslint/unbound-method': 'off',
'@typescript-eslint/require-await': 'off',
'@typescript-eslint/no-unnecessary-type-assertion': 'off',

// Disable some import rules because they are not working well with
// twoslash ---cut--- imports.
Expand Down

0 comments on commit 2475b9d

Please sign in to comment.