🔧 Migrate to ESLint v9 (#3993)

This commit is contained in:
Matt Fiddaman
2025-01-07 18:51:59 +00:00
committed by GitHub
parent 39cfa11b25
commit bd77dfd111
31 changed files with 1881 additions and 1239 deletions

View File

@@ -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';