jslintmate
jslintmate copied to clipboard
Quick, simple JSLint (or JSHint) in TextMate. Hurt your feelings in style. (See the `development` branch for the latest.)
Add Node support as a fallback if `jsc` is unavailable, or for later versions of JSHint that require Node.
When saving, before normal output, you get an error: ``` xcrun: error: unrecognized option: --show-sdk-path ``` Followed by the normal output. I'm not sure if this is truly a jslintmate...
The JSLintMate options (e.g. TM_JSLINTMATE_DEFAULT_LINTER) are set globally, and trying to override these in .tm_properties does not seem to have any effect. This would be very useful for setting linters...
In my JS files that are under heavy development, I get a lot of alerts for "Mixed Spaces and Tabs" because I have a lot of code commented out but...
Would it be possible to add support for validating javascript in -tags embedded in HTML?