diff --git a/lib/types/json-schema.ts b/lib/types/json-schema.ts index 281a38bdb..3ac61f9a9 100644 --- a/lib/types/json-schema.ts +++ b/lib/types/json-schema.ts @@ -1,3 +1,4 @@ +/* eslint-disable @typescript-eslint/array-type */ /* eslint-disable @typescript-eslint/no-empty-interface */ type StrictNullChecksWrapper = undefined extends null ? `strictNullChecks must be true in tsconfig to use ${Name}`