Skip to content

Commit

Permalink
fix(lint): inline type import
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Mar 22, 2023
1 parent e5feee1 commit 2dee32b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/functions/package.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {readPackageUpSync} from 'read-pkg-up'
import type {NormalizedPackageJson} from 'read-pkg-up'
import {readPackageUpSync, type NormalizedPackageJson} from 'read-pkg-up'

import {defaults} from './defaults'
import {ifFn} from './if-fn'
Expand Down

0 comments on commit 2dee32b

Please sign in to comment.