Skip to content

Commit

Permalink
turn of import resolution enforment for md files
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Jul 4, 2024
1 parent 63b0db5 commit 2376a55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/configs/markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ const configs = tseslint.config(
name: 'alienfast-markdown',
extends: [...markdown.configs.recommended],
files: MD_FILES,
rules: {
'import-x/no-unresolved': 'off',
},
},
{
name: 'alienfast-markdown-embedded-js',
Expand Down

0 comments on commit 2376a55

Please sign in to comment.