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:
parent
a64f22e0c8
commit
12f94ae357
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user