1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

remove unnecessary ESLint comment

This commit is contained in:
Omer Ganim 2016-05-02 15:48:16 +03:00
parent a64f22e0c8
commit 12f94ae357

View File

@ -218,7 +218,6 @@ function genBind(func, args) {
} }
function handleStyleProp(val, node, context) { function handleStyleProp(val, node, context) {
/*eslint lodash/prefer-lodash-chain:0*/
const styleStr = _(val) const styleStr = _(val)
.split(';') .split(';')
.map(_.trim) .map(_.trim)