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:
parent
ec9b3412fa
commit
33b63b46a5
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
// eslint-disable-next-line no-restricted-imports -- resources/ is outside src/, no alias available
|
||||||
import pricingData from '../../../resources/pricing.json';
|
import pricingData from '../../../resources/pricing.json';
|
||||||
|
|
||||||
export interface LiteLLMPricing {
|
export interface LiteLLMPricing {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue