I am refactoring a bunch of old code and see that JSCS shows a warning about implicit type conversion for !!someVar statements.
Is it correct to replace all these im
As another option, you could disable that warning. Using truthiness/falsiness is pretty accepted in Javascript programming. Looks like you can just disable it for boolean and not the other types.
boolean