Included JSX files in the linter check.

This commit is contained in:
Aditya Toshniwal
2021-04-08 17:56:18 +05:30
committed by Akshay Joshi
parent ffdd58ffb4
commit c88a63edf8
8 changed files with 167 additions and 131 deletions

View File

@@ -81,8 +81,10 @@ export default function BaseChart({type='line', id, options, data, redraw=false,
BaseChart.propTypes = {
type: PropTypes.string.isRequired,
id: PropTypes.string,
data: PropTypes.object.isRequired,
options: PropTypes.object,
redraw: PropTypes.bool,
updateOptions: PropTypes.object,
onInit: PropTypes.func,
onUpdate: PropTypes.func,