mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
style(react): eslint errors
This commit is contained in:
@@ -13,6 +13,13 @@ if (process.env.NODE_ENV !== 'production') {
|
|||||||
container: PropTypes.node,
|
container: PropTypes.node,
|
||||||
children: PropTypes.node.isRequired,
|
children: PropTypes.node.isRequired,
|
||||||
plugins: PropTypes.arrayOf(Function),
|
plugins: PropTypes.arrayOf(Function),
|
||||||
|
options: PropTypes.shape({
|
||||||
|
parser: PropTypes.func,
|
||||||
|
skipParse: PropTypes.bool,
|
||||||
|
onlyAllowTags: PropTypes.arrayOf(PropTypes.string),
|
||||||
|
openTag: PropTypes.string,
|
||||||
|
closeTag: PropTypes.string,
|
||||||
|
}),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user