Add a JSL configuration file
Reported by Kit Goncharov | March 8th, 2011 @ 12:02 PM
Diego Perini and Jeremy Ashkenas both recommended the excellent JavaScript Lint for checking code for errors. It's highly configurable, and significantly less pedantic than either JSLint or JSHint. Additionally, JSL is written on top of SpiderMonkey 1.5, and is available for Windows, Mac, and Linux. I use this configuration file to check Spec, but we can adjust it as needed to check FuseJS. Incidentally, this might also be a good time to discuss drafting a set of consistent coding guidelines.
Comments and changes to this ticket
-
John-David Dalton March 14th, 2011 @ 01:33 AM
Also I am not a fan of JSLint, so whatever the solution is, it should be configured down to simply being a syntax checker.
-
Kit Goncharov March 14th, 2011 @ 09:28 PM
JavaScript Lint is not JSLint. I'd love to find something that works in Node; I know JSHint does, but it's a fork of JSLint, which I'm not a fan of, either.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
JavaScript frameworks share similar features and functionality such as DOM manipulation, event registration, and CSS selector engines. FuseJS attempts to incorporate the strengths of these frameworks into one stable, efficient, and optimized core JavaScript framework.
People watching this ticket
Tags
Referenced by
- 90 Fix syntax errors after build Let's discuss this further in #135 for the second iteration.