chore: move eslint ignores and fix onboarding typing

This commit is contained in:
Abhimanyu Saharan
2026-02-05 15:17:52 +05:30
parent 05d52926fa
commit 8e3b1b9d0d
2 changed files with 2 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
tailwind.config.*
postcss.config.*
orval.config.*

View File

@@ -24,6 +24,8 @@ type BoardDraft = {
type BoardSummary = {
id: string;
name: string;
slug: string;
board_type?: string;
objective?: string | null;
success_metrics?: Record<string, unknown> | null;