Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 25, 2024
1 parent 41b8154 commit 9e5084a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export interface NormalizeSchemaOptions {
ignoreDefaults?: boolean;
}

// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface ResolveSchemaOptions extends NormalizeSchemaOptions {}

export async function resolveSchema(
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export type JSValue =
| bigint
| boolean
| symbol
| Function // eslint-disable-line @typescript-eslint/ban-types
| Function // eslint-disable-line @typescript-eslint/no-unsafe-function-type
| Array<any>
| undefined
| object
Expand Down

0 comments on commit 9e5084a

Please sign in to comment.