Skip to content

Commit

Permalink
chore: eslint-plugin-import@2.28.0 prep
Browse files Browse the repository at this point in the history
- #387
- import-js/eslint-plugin-import#2843

Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 7, 2023
1 parent cf41fbf commit 9054ed8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/validate-assertions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
* @module mlly/utils/validateAssertions
*/

import type { Format } from '#src/enums'
import { AssertType } from '#src/enums'
import { AssertType, type Format } from '#src/enums'
import type { ImportAssertions } from '#src/interfaces'
import FORMAT_TYPE_MAP from '#src/internal/format-type-map'
import validateObject from '#src/internal/validate-object'
Expand Down

0 comments on commit 9054ed8

Please sign in to comment.