Skip to content

Commit 8e38edb

Browse files
committed
refactor(*): lint
1 parent 7aa26d4 commit 8e38edb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/wizard/src/definitions/wizard.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import type {
77
Service as MoleculerService,
88
ServiceBroker,
99
} from 'moleculer'
10+
import type formidable from 'formidable'
1011

1112
import type { WizardTags } from '../tag'
1213
import type { createWizard } from '../utils/create'
13-
import type formidable from 'formidable'
1414

1515
declare global {
1616
namespace Sirutils {

packages/wizard/src/utils/internals/action.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
import fs from 'node:fs'
12
import { type BlobType, capsule, createActions, group, unwrap } from '@sirutils/core'
23
import { createAsyncSchema } from '@sirutils/schema'
34
import { isRawObject, isStream } from '@sirutils/toolbox'
45
import formidable from 'formidable'
5-
import fs from 'node:fs'
66

77
import { logger } from '../../internal/logger'
8-
import { wizardTags } from '../../tag'
98
import { createTag } from '../../internal/tag'
9+
import { wizardTags } from '../../tag'
1010

1111
export const actionActions = createActions(
1212
(context: Sirutils.Wizard.Context): Sirutils.Wizard.ActionApi => ({

0 commit comments

Comments
 (0)