diff --git a/frontend/components/duplicate-handling-dialog.tsx b/frontend/components/duplicate-handling-dialog.tsx index d5cb2edf..f17ab922 100644 --- a/frontend/components/duplicate-handling-dialog.tsx +++ b/frontend/components/duplicate-handling-dialog.tsx @@ -34,7 +34,7 @@ export const DuplicateHandlingDialog: React.FC< Overwrite document Overwriting will replace the existing document with another version. - This can't be undone. + This can't be undone. diff --git a/frontend/eslint.config.mjs b/frontend/eslint.config.mjs index c85fb67c..68969ae8 100644 --- a/frontend/eslint.config.mjs +++ b/frontend/eslint.config.mjs @@ -11,6 +11,12 @@ const compat = new FlatCompat({ const eslintConfig = [ ...compat.extends("next/core-web-vitals", "next/typescript"), + { + rules: { + "@typescript-eslint/no-unused-vars": "warn", + "@typescript-eslint/no-explicit-any": "off", + }, + }, ]; export default eslintConfig; diff --git a/frontend/src/app/onboarding/components/advanced.tsx b/frontend/src/app/onboarding/components/advanced.tsx index 94145b35..d44e5c7a 100644 --- a/frontend/src/app/onboarding/components/advanced.tsx +++ b/frontend/src/app/onboarding/components/advanced.tsx @@ -5,8 +5,6 @@ import { AccordionItem, AccordionTrigger, } from "@/components/ui/accordion"; -import { Separator } from "@/components/ui/separator"; -import { Switch } from "@/components/ui/switch"; import { ModelSelector } from "./model-selector"; export function AdvancedOnboarding({ diff --git a/frontend/src/app/settings/page.tsx b/frontend/src/app/settings/page.tsx index 728a7861..6143c626 100644 --- a/frontend/src/app/settings/page.tsx +++ b/frontend/src/app/settings/page.tsx @@ -854,7 +854,7 @@ function KnowledgeSourcesPage() { description={ <>

- You're entering Langflow. You can edit the{" "} + You're entering Langflow. You can edit the{" "} Agent flow and other underlying flows. Manual changes to components, wiring, or I/O can break this experience. @@ -1001,7 +1001,7 @@ function KnowledgeSourcesPage() { description={ <>

- You're entering Langflow. You can edit the{" "} + You're entering Langflow. You can edit the{" "} Ingest flow and other underlying flows. Manual changes to components, wiring, or I/O can break this experience.