JSHint icon indicating copy to clipboard operation
JSHint copied to clipboard

JSHint plugin for Light Table

Results 22 JSHint issues
Sort by recently updated
recently updated
newest added

JSHint supports using a file to hold your configuration. Whenever the jshint executable is invoked, you can either use the `--config` flag to point to the .jshintrc file or you...

enhancement

The plugin is working, however it "only" marks the points in the editor where jshint found a problem, without even a hint of whether there were problems or not. I...