Skip to content

Commit 29ee121

Browse files
committed
More linter patches
1 parent f4a799c commit 29ee121

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

packages/api/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type {
88
import type { InitConfig } from 'loot-core/server/main';
99

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

packages/eslint-plugin-actual/lib/rules/__tests__/prefer-if-statement.test.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable rulesdir/typography */
2-
31
//------------------------------------------------------------------------------
42
// Requirements
53
//------------------------------------------------------------------------------

packages/eslint-plugin-actual/lib/rules/__tests__/typography.test.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable rulesdir/typography */
2-
31
//------------------------------------------------------------------------------
42
// Requirements
53
//------------------------------------------------------------------------------

packages/loot-core/src/server/tools/types/handlers.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { TransactionEntity } from './models';
1+
import { TransactionEntity } from '../../../types/models';
22

33
export interface ToolsHandlers {
44
'tools/fix-split-transactions': () => Promise<{

0 commit comments

Comments
 (0)