Possible Duplicate:
How come JQuery doesn't pass JSLint?
The jQuery style guideline referenced here
gives a spacing style that breaks jslint.
I realize I can just have it ignore "messy white-space" but my bigger concern is such:
JavaScript is widely popular as is jQuery and jslint.com. How can jQuery consider this "good style" while jshint.com considers it messy.
More so, how should I write my own code and feel that it is "in good style" when two very popular JavaScript resources can not agree on such a thing.
I feel the jQuery spacing guideline is over the top with too much spacing, is this some sort of rogue document that needs to be taken down?
Also, while looking at a jQuery effects function I noticed that jQuery did not follow it's own spacing guideline at times.
In short,