disable lint for empty function for now

This commit is contained in:
Matthew Taylor 2017-12-21 11:42:07 -05:00
parent 7cbe687c18
commit 53034baa30

View file

@ -19,7 +19,7 @@ const TextModeComponent = () => (
}} }}
imgSrc={textIcon} imgSrc={textIcon}
isSelected={false} isSelected={false}
onMouseDown={function () {}} onMouseDown={function () {}} // eslint-disable-line react/jsx-no-bind
/> />
</ComingSoonTooltip> </ComingSoonTooltip>
); );