chore: ignore `src/components/*`
This commit is contained in:
parent
b284a39dc5
commit
f6af751e95
|
|
@ -10,7 +10,7 @@ const compat = new FlatCompat({
|
||||||
|
|
||||||
export default tseslint.config(
|
export default tseslint.config(
|
||||||
{
|
{
|
||||||
ignores: [".next"],
|
ignores: [".next", "src/components"],
|
||||||
},
|
},
|
||||||
...compat.extends("next/core-web-vitals"),
|
...compat.extends("next/core-web-vitals"),
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue