File tree 4 files changed +2
-6
lines changed
eslint-plugin-actual/lib/rules/__tests__
loot-core/src/server/tools/types
4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import type {
8
8
import type { InitConfig } from 'loot-core/server/main' ;
9
9
10
10
// @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
12
12
import * as bundle from './app/bundle.api.js' ;
13
13
import * as injected from './injected' ;
14
14
import { validateNodeVersion } from './validateNodeVersion' ;
Original file line number Diff line number Diff line change 1
- /* eslint-disable rulesdir/typography */
2
-
3
1
//------------------------------------------------------------------------------
4
2
// Requirements
5
3
//------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1
- /* eslint-disable rulesdir/typography */
2
-
3
1
//------------------------------------------------------------------------------
4
2
// Requirements
5
3
//------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1
- import { TransactionEntity } from './models' ;
1
+ import { TransactionEntity } from '../../../types /models' ;
2
2
3
3
export interface ToolsHandlers {
4
4
'tools/fix-split-transactions' : ( ) => Promise < {
You can’t perform that action at this time.
0 commit comments