From b5d0aca9aec5bd2d0c3660d52f0bc9191326a04f Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Mon, 23 Jul 2018 13:22:24 +0300 Subject: [PATCH] chore: fix lint issues --- src/utils/loadAndBundleSpec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/loadAndBundleSpec.ts b/src/utils/loadAndBundleSpec.ts index 66b7fdde..c97378ea 100644 --- a/src/utils/loadAndBundleSpec.ts +++ b/src/utils/loadAndBundleSpec.ts @@ -1,4 +1,5 @@ import * as JsonSchemaRefParser from 'json-schema-ref-parser'; +/* tslint:disable-next-line:no-implicit-dependencies */ import { convertObj } from 'swagger2openapi'; import { OpenAPISpec } from '../types';