mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Fix eslint
This commit is contained in:
10
index.js
10
index.js
@@ -1,12 +1,12 @@
|
||||
'use strict';
|
||||
|
||||
const SchemaPack = require('./lib/schemapack.js').SchemaPack;
|
||||
const SchemaPack = require('./lib/schemapack.js').SchemaPack,
|
||||
|
||||
// options for oas-resolver
|
||||
const OasResolverOptions = {
|
||||
resolve: true, // Resolve external references
|
||||
jsonSchema: true // Treat $ref like JSON Schema and convert to OpenAPI Schema Objects
|
||||
};
|
||||
OasResolverOptions = {
|
||||
resolve: true, // Resolve external references
|
||||
jsonSchema: true // Treat $ref like JSON Schema and convert to OpenAPI Schema Objects
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
// Old API wrapping the new API
|
||||
|
||||
Reference in New Issue
Block a user