From 33b63b46a562c782e61921575b05e53117bfff28 Mon Sep 17 00:00:00 2001 From: Paul Holstein <44263169+holstein13@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:13:21 -0500 Subject: [PATCH] fix: suppress eslint no-restricted-imports for resources/ path resources/ lives outside src/ with no path alias available. Co-Authored-By: Claude Opus 4.6 --- src/shared/utils/pricing.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/utils/pricing.ts b/src/shared/utils/pricing.ts index 6347b122..3da30f64 100644 --- a/src/shared/utils/pricing.ts +++ b/src/shared/utils/pricing.ts @@ -1,3 +1,4 @@ +// eslint-disable-next-line no-restricted-imports -- resources/ is outside src/, no alias available import pricingData from '../../../resources/pricing.json'; export interface LiteLLMPricing {