Skip to content

Commit

Permalink
Undo auto removal of import/no-unresolved
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 13, 2025
1 parent f6ba49d commit c1e0f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type {
import type { InitConfig } from 'loot-core/server/main';

// @ts-ignore: bundle not available until we build it
// eslint-disable-next-line import/extensions
// eslint-disable-next-line import/extensions, import/no-unresolved
import * as bundle from './app/bundle.api.js';
import * as injected from './injected';
import { validateNodeVersion } from './validateNodeVersion';
Expand Down

0 comments on commit c1e0f46

Please sign in to comment.