cleanup all but one linting issue (#1232)

This commit is contained in:
Josh McCullough
2019-04-23 16:50:32 -06:00
committed by tannerlinsley
parent d59d7e4fba
commit c1b399d603
+3 -3
View File
@@ -118,7 +118,7 @@ export default {
getFooterProps: PropTypes.func,
filterMethod: PropTypes.func,
filterAll: PropTypes.bool,
sortMethod: PropTypes.func
sortMethod: PropTypes.func,
})
),
@@ -127,7 +127,7 @@ export default {
sortable: PropTypes.bool,
resizable: PropTypes.bool,
filterable: PropTypes.bool,
width: PropTypes.number
width: PropTypes.number,
}),
pivotDefaults: PropTypes.object,
@@ -165,5 +165,5 @@ export default {
LoadingComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.element]),
NoDataComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.element]),
ResizerComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.element]),
PadRowComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.element])
PadRowComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.element]),
}