Fixed lint errors

This commit is contained in:
orangemug 2020-02-17 11:30:48 +00:00
parent cff32696cc
commit 793b5d15ad
2 changed files with 4 additions and 0 deletions

View file

@ -22,6 +22,8 @@ export default class ExpressionProperty extends React.Component {
onChange: PropTypes.func,
onUndo: PropTypes.func,
canUndo: PropTypes.func,
onFocus: PropTypes.func,
onBlur: PropTypes.func,
}
static defaultProps = {

View file

@ -28,6 +28,8 @@ class JSONEditor extends React.Component {
getValue: PropTypes.func,
gutters: PropTypes.array,
className: PropTypes.string,
onFocus: PropTypes.func,
onBlur: PropTypes.func,
}
static defaultProps = {