jslintmate icon indicating copy to clipboard operation
jslintmate copied to clipboard

Quick, simple JSLint (or JSHint) in TextMate. Hurt your feelings in style. (See the `development` branch for the latest.)

Results 15 jslintmate issues
Sort by recently updated
recently updated
newest added

^L or shift^L gives: /Users/ashipunova/Library/Application Support/TextMate/Pristine Copy/Bundles/JavaScript JSLintMate.tmbundle/Support/lib/jslintmate/linter/options_files.rb:27:in `first_readable_options_file_path': undefined method`find' for nil:NilClass (NoMethodError) from /Users/ashipunova/Library/Application Support/TextMate/Pristine Copy/Bundles/JavaScript JSLintMate.tmbundle/Support/lib/jslintmate/linter.rb:196:in `get_html_output' from /Users/ashipunova/Library/Application Support/TextMate/Pristine Copy/Bundles/JavaScript JSLintMate.tmbundle/Support/lib/jslintmate.rb:302:in`start!' from /Users/ashipunova/Library/Application Support/TextMate/Pristine Copy/Bundles/JavaScript JSLintMate.tmbundle/Support/lib/jslintmate.rb:310:in...

I would like to run a syntax check on the source _without_ saving (so if the syntax _is_ broken, it'll keep working in the browser, where I might be testing...

In the readme it links to http://www.jshint.com/options/ but they now sit at http://jshint.com/docs/options/

The previous version reported unused variables only when they were declared with var (and not used). The latest version now reports them when they are defined in function (...). Would...

bump to version 2.5.10 of jshint (which includes important ES6 support)

Even if I set the "unparam:true" in the head the file, JSLintMate still gives me the "unused ..." warning.

For those people who like me are still using this!

Thee is an issue with UTF-8 support. I don't know if it's from the bundle or JSLint (and JSHint). Here is [a screenshot](http://twitpic.com/4om0fe)

In the first line of a js file: ``` /*jslint ass: true */ ``` after CMD+S: ![2013-12-23 6 17 19](https://f.cloud.github.com/assets/342549/1800154/909666a2-6bbb-11e3-8cae-725f67ab0278.png)

Immediately after installing, ^L gets me: /Users/marauder/Library/Application Support/TextMate/Pristine Copy/Bundles/JavaScript JSLintMate.tmbundle/Support/lib/jslintmate/linter/options_files.rb:27:in `first_readable_options_file_path': undefined method`find' for nil:NilClass (NoMethodError) from /Users/marauder/Library/Application Support/TextMate/Pristine Copy/Bundles/JavaScript JSLintMate.tmbundle/Support/lib/jslintmate/linter.rb:196:in `get_html_output' from /Users/marauder/Library/Application Support/TextMate/Pristine Copy/Bundles/JavaScript JSLintMate.tmbundle/Support/lib/jslintmate.rb:302:in`start!' from /Users/marauder/Library/Application Support/TextMate/Pristine...