Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mokkabonna committed Mar 12, 2018
1 parent 219f0e0 commit c3decfa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion src/resolver.js
Expand Up @@ -162,7 +162,6 @@ function resolve(schema, instance, instanceUri) {
var links = getAllSchemaLinks(schema)

var resolvedLinks = links.reduce(function(all, config) {
var subSchema = jsonPointer(schema, config.schemaPointer)
if (config.parentKeyWord === 'items' && config.lastPointer !== 'items') {
let dataPointer = schemaToInstancePointer(config.schemaPointer)
all.push(resolveLink(config, jsonPointer(instance, dataPointer), instanceUri, dataPointer))
Expand Down
Empty file removed src/schema-applies-to.js
Empty file.
20 changes: 0 additions & 20 deletions test/specs/schema-applies-to.js

This file was deleted.

0 comments on commit c3decfa

Please sign in to comment.