22 ms·
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.
by kieranajp 12y 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.
- phpnode 12y agoyep, you can disable this warning using .jshintrc - http://www.jshint.com/docs/options/#eqnull http://www.jshint.com/docs/options/#eqnull
- fgribreau 12y agoIndeed, if no .jshintrc was present, check-build will fallback on https://github.com/FGRibreau/check-build/blob/master/defaults/.jshintrc https://github.com/FGRibreau/check-build/blob/master/default...