Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
noootwo committed Nov 29, 2024
1 parent 50348e3 commit 81a5a3f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/vite-react/src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export type SpecialType = string;
export type SpecialType = string
2 changes: 1 addition & 1 deletion examples/vite-react/src/views/PageA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ function PageA() {
)
}

export type TypeA = number;
export type TypeA = number

export default PageA
2 changes: 1 addition & 1 deletion examples/vite-react/src/views/PageB.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ function PageB() {
)
}

export type TypeB = number;
export type TypeB = number

export default PageB
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export type Resolver = ResolverFunction | ResolverResultObject
*/
export type ImportsMap = Record<string, (string | ImportNameAlias)[]>


export interface ScanDirExportsOptions {
/**
* Register type exports
Expand Down

0 comments on commit 81a5a3f

Please sign in to comment.