Skip to content

Commit

Permalink
ignore residual errors
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd committed Dec 16, 2024
1 parent 2732d08 commit a49f9e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/desktop-client/globals.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line import/no-unresolved
import { type CSSObject } from '@emotion/css/dist/declarations/src/create-instance';

// Allow images to be imported
Expand Down
1 change: 1 addition & 0 deletions packages/desktop-client/src/browser-preload.browser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { initBackend as initSQLBackend } from 'absurd-sql/dist/indexeddb-main-thread';
// eslint-disable-next-line import/no-unresolved
import { registerSW } from 'virtual:pwa-register';

import * as Platform from 'loot-core/src/client/platform';
Expand Down
1 change: 1 addition & 0 deletions packages/loot-core/peg-transform.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import * as crypto from 'crypto';
import peg from 'peggy';

const transform = {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
process(sourceText, sourcePath, _options) {
return `module.exports = ${peg.generate(sourceText, {
output: 'source-with-inline-map',
Expand Down
1 change: 1 addition & 0 deletions packages/loot-core/src/types/server-handlers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
PayeeEntity,
} from './models';
import { GlobalPrefs, MetadataPrefs } from './prefs';
// eslint-disable-next-line import/no-unresolved
import { Query } from './query';
import { EmptyObject } from './util';

Expand Down

0 comments on commit a49f9e2

Please sign in to comment.