diff --git a/eslint.config.mjs b/eslint.config.mjs index 84578b3..7f2e046 100755 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -44,7 +44,7 @@ const eslintConfig = [...nextCoreWebVitals, ...nextTypescript, { "no-useless-escape": "off", }, }, { - ignores: ["node_modules/**", ".next/**", "out/**", "build/**", "next-env.d.ts", "examples/**", "skills"] + ignores: ["node_modules/**", ".next/**", "out/**", "build/**", "next-env.d.ts", "examples/**", "skills", "packages/*/dist/**"] }]; export default eslintConfig;