A Comparison of JavaScript Linting Tools

Yes indeed, and sometimes people just can’t help the type of software they’re stuck with.

Okay, let’s get away from subjective claims and towards the more objective nitty gritty. What in particular about a the spacing style seems to you to be subjective? An example of code that demonstrates the difference and your preference will be appreciated too.

Such as for example:

var a = (2 + 3) * 4;

vs

var a = ( 2 + 3 ) * 4;