mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-30 15:24:05 +03:00
style(react): eslint errors
This commit is contained in:
@@ -13,6 +13,13 @@ if (process.env.NODE_ENV !== 'production') {
|
||||
container: PropTypes.node,
|
||||
children: PropTypes.node.isRequired,
|
||||
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