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 <noreply@anthropic.com>
This commit is contained in:
Paul Holstein 2026-02-23 12:13:21 -05:00
parent ec9b3412fa
commit 33b63b46a5

View file

@ -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 {