documentcloud / underscore-contrib

The brass buckles on Underscore's utility belt
MIT License
621 stars 118 forks source link

isTrueish #255

Open GammaGames opened 1 year ago

GammaGames commented 1 year ago

Fixes #254

jgonggrijp commented 1 year ago

Ugh, the CI fails because of a linter rule: it doesn't like !!+v because the use of the ! operator is considered confusing.

Can you reproduce this locally, and if so, could you try to fix it? If changing the expression to !!(+v) silences the warning, I would prefer that, but I can also live with disabling this particular rule.

Otherwise, I will try to fiddle with it sometime soon.