2
0
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:
Nikolay Kostyurin
2018-10-25 17:39:11 +02:00
parent 0f8071315d
commit 0fb4e1930b
+7
View File
@@ -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,
}),
};
}