feat: ignore components from 3rd parties
This commit is contained in:
parent
4613d6e16e
commit
bb92dec8d5
|
|
@ -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"),
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue