From 8e3b1b9d0d9c8d5bdf04a67e7e7c8bb722a51967 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Thu, 5 Feb 2026 15:17:52 +0530 Subject: [PATCH] chore: move eslint ignores and fix onboarding typing --- frontend/.eslintignore | 3 --- frontend/src/components/BoardOnboardingChat.tsx | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 frontend/.eslintignore diff --git a/frontend/.eslintignore b/frontend/.eslintignore deleted file mode 100644 index c1c4fabb..00000000 --- a/frontend/.eslintignore +++ /dev/null @@ -1,3 +0,0 @@ -tailwind.config.* -postcss.config.* -orval.config.* diff --git a/frontend/src/components/BoardOnboardingChat.tsx b/frontend/src/components/BoardOnboardingChat.tsx index 367f40f1..9b49d1ad 100644 --- a/frontend/src/components/BoardOnboardingChat.tsx +++ b/frontend/src/components/BoardOnboardingChat.tsx @@ -24,6 +24,8 @@ type BoardDraft = { type BoardSummary = { id: string; + name: string; + slug: string; board_type?: string; objective?: string | null; success_metrics?: Record | null;