I've said it before about jslint/jshint: They are far too unconfigurable - I understand how Javascript works, but I like my style of coding. They need to be a lot more like Perl's perlcritic tool, which allows you to exactly define your "house style", even to the point of allowing Isaac's crazy style :)
On Tue, Feb 21, 2012 at 9:31 AM, Evgeny Bogdanov <[email protected]>wrote: > Thanks for you opinions. > This was the answer I was looking for: > http://blog.izs.me/post/2353458699/an-open-letter-to-javascript-leaders-regarding > So I changed jslint to jshint and set it up to satisfy my needs with no > ";" and with comma-first > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
