Skip to content

Commit

Permalink
fix: type linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jill64 committed Aug 1, 2024
1 parent 557c7b1 commit 4045c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/action/src/ghosts/docs/types/PackageJson.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isValidPackageJson } from '../utils/isValidPackageJson.js'
import type { isValidPackageJson } from '../utils/isValidPackageJson.js'

export type PackageJson = typeof isValidPackageJson extends (
x: unknown
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/types/GhostName.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { schema } from '../src/schema.js'
import type { schema } from '../src/schema.js'

export type GhostName = keyof typeof schema

0 comments on commit 4045c1a

Please sign in to comment.