Hacker News new | ask | show | jobs
by kieranajp 4254 days ago

    line 4   col 80     Expected '===' and instead saw '=='.
Think this one is due to coffeescript's `if var?` syntax, which compiles to a loose comparison.
1 comments

yep, you can disable this warning using .jshintrc - http://www.jshint.com/docs/options/#eqnull
Indeed, if no .jshintrc was present, check-build will fallback on https://github.com/FGRibreau/check-build/blob/master/default...