Skip to content

Commit

Permalink
fix: ignore @typescript-eslint/array-type for json-schema.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoniangreen committed Jul 8, 2024
1 parent 595fe58 commit 9d5c375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/types/json-schema.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/array-type */
/* eslint-disable @typescript-eslint/no-empty-interface */
type StrictNullChecksWrapper<Name extends string, Type> = undefined extends null
? `strictNullChecks must be true in tsconfig to use ${Name}`
Expand Down

0 comments on commit 9d5c375

Please sign in to comment.