diff --git a/frontend/eslint.config.js b/frontend/eslint.config.js index ce07fdbee..7a801cd04 100644 --- a/frontend/eslint.config.js +++ b/frontend/eslint.config.js @@ -7,7 +7,7 @@ const compat = new FlatCompat({ export default tseslint.config( { - ignores: [".next"], + ignores: [".next", "src/components/ui/**", "src/components/ai-elements/**"], }, ...compat.extends("next/core-web-vitals"), {