From 43464b34604ee3045f0ad3887616dbbf9783d5fd Mon Sep 17 00:00:00 2001 From: NikhilA8606 Date: Thu, 30 Jul 2026 16:30:03 +0530 Subject: [PATCH] Fx lint check --- knip.json | 1 + 1 file changed, 1 insertion(+) diff --git a/knip.json b/knip.json index 7724b04820b..b2b0356db40 100644 --- a/knip.json +++ b/knip.json @@ -17,6 +17,7 @@ "src/components/Common/Table.tsx": ["exports"], "src/Utils/decimal.ts": ["exports"] }, + "ignore": [".opencode/**"], "ignoreUnresolved": ["__federation__", "@/supportedBrowsers"], "ignoreDependencies": ["workbox-core", "workbox-precaching", "pdfjs-dist"] }