mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 19:28:23 +00:00
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(
|
||||
{
|
||||
ignores: [".next"],
|
||||
ignores: [".next", "src/components/ui/**", "src/components/ai-elements/**"],
|
||||
},
|
||||
...compat.extends("next/core-web-vitals"),
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user