I have the following line:
imageUrl && (data.imageUrl = imageUrl);
For this line, JSHint complains:
Expected an assignment or function call and instead saw an expression.
I understand the warning, but I want to disable it. I can’t find the way how to do it. Any idea?