Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Jan 31, 2020
1 parent cb02fe2 commit e162d87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/experimental-utils/src/json-schema.ts
@@ -1 +1,8 @@
/*
This is a types-only package, so there's no actual json-schema package
This is the reason that we export it from here - so consumers don't need to do
this weird pseudo-import to have type-checked JSON schemas.
*/
// eslint-disable-next-line import/no-extraneous-dependencies
export * from 'json-schema';

0 comments on commit e162d87

Please sign in to comment.