Skip to content

Commit

Permalink
depcheck ignore json-schema (only using types)
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Jan 16, 2025
1 parent ed6277c commit 686d7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .depcheckrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ignores:
- 'reservoir'
- '@types/reservoir'
- 'json-schema'
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { JSONSchema4 } from 'json-schema';
import { type JSONSchema4 } from 'json-schema';

export type StandardJSONSchema = JSONSchema4;

Expand Down

0 comments on commit 686d7c4

Please sign in to comment.