Skip to content

Commit

Permalink
Ignore unresolved imports from markdown files in ESLint config (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
psirenny authored Apr 17, 2024
1 parent 1a7cb21 commit c3b3a4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-parrots-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@spear-ai/eslint-config": patch
---

Ignored unresolved imports from markdown files in ESLint config.
1 change: 1 addition & 0 deletions packages/eslint-config/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ export const baseEslintConfig: Linter.FlatConfig[] = [
"@typescript-eslint/restrict-template-expressions": ["off"],
"@typescript-eslint/return-await": ["off"],
"@typescript-eslint/unbound-method": ["off"],
"import/no-unresolved": ["off"],
},
},
{
Expand Down

0 comments on commit c3b3a4c

Please sign in to comment.