chore: fix lint issues

This commit is contained in:
Roman Hotsiy 2018-07-23 13:22:24 +03:00
parent 6ac46933e8
commit b5d0aca9ae
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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';