feat: ignore components from 3rd parties
This commit is contained in:
parent
c216093360
commit
1a99ae9c36
|
|
@ -7,7 +7,7 @@ const compat = new FlatCompat({
|
||||||
|
|
||||||
export default tseslint.config(
|
export default tseslint.config(
|
||||||
{
|
{
|
||||||
ignores: [".next"],
|
ignores: [".next", "src/components/ui/**", "src/components/ai-elements/**"],
|
||||||
},
|
},
|
||||||
...compat.extends("next/core-web-vitals"),
|
...compat.extends("next/core-web-vitals"),
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue