Skip to content

Commit 9054ed8

Browse files
committed
chore: [email protected] prep
- #387 - import-js/eslint-plugin-import#2843 Signed-off-by: Lexus Drumgold <[email protected]>
1 parent cf41fbf commit 9054ed8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/validate-assertions.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* @module mlly/utils/validateAssertions
44
*/
55

6-
import type { Format } from '#src/enums'
7-
import { AssertType } from '#src/enums'
6+
import { AssertType, type Format } from '#src/enums'
87
import type { ImportAssertions } from '#src/interfaces'
98
import FORMAT_TYPE_MAP from '#src/internal/format-type-map'
109
import validateObject from '#src/internal/validate-object'

0 commit comments

Comments
 (0)