diff --git a/.changeset/new-parrots-shake.md b/.changeset/new-parrots-shake.md new file mode 100644 index 0000000..4a71781 --- /dev/null +++ b/.changeset/new-parrots-shake.md @@ -0,0 +1,5 @@ +--- +"@spear-ai/eslint-config": patch +--- + +Ignored unresolved imports from markdown files in ESLint config. diff --git a/packages/eslint-config/src/index.ts b/packages/eslint-config/src/index.ts index 8946420..a53e281 100644 --- a/packages/eslint-config/src/index.ts +++ b/packages/eslint-config/src/index.ts @@ -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"], }, }, {