linter fixes (#4595)

* v3.16.0

* rebuild dist

* rework travis early-success trigger

* Linter fixes
This commit is contained in:
kyle
2018-05-26 01:14:09 -07:00
committed by GitHub
parent 1214477117
commit 798cc88968
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ const JsonSchemaPropShape = {
schema: PropTypes.object, schema: PropTypes.object,
errors: ImPropTypes.list, errors: ImPropTypes.list,
required: PropTypes.bool, required: PropTypes.bool,
dispatchInitialValue: PropTypes.bool,
description: PropTypes.any description: PropTypes.any
} }

View File

@@ -2,7 +2,7 @@ import React from "react"
import PropTypes from "prop-types" import PropTypes from "prop-types"
import ImPropTypes from "react-immutable-proptypes" import ImPropTypes from "react-immutable-proptypes"
import { getSampleSchema } from "core/utils" import { getSampleSchema } from "core/utils"
import Im, { Map, OrderedMap, List } from "immutable" import { Map, OrderedMap } from "immutable"
const RequestBody = ({ const RequestBody = ({
requestBody, requestBody,