diff --git a/frontend/eslint.config.js b/frontend/eslint.config.js index ce07fdb..7a801cd 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"), {