sponsor Vim development Vim logo Vim Book Ad

lint.vim : JSHint integration with quickfix window

 script karma  Rating 74/35, Downloaded by 5518  Comments, bugs, improvements  Vim wiki

created by
Joe Stelmach
 
script type
utility
 
description
Facilitates tight integration between JSHint and Vim.

JavaScript files are automatically passed through JSHint when a buffer is saved, placing any warnings in the quickfix window for easy navigation to the source of the warning. To achieve acceptable performance, Google's V8 Engine is used for JavaScript execution.

This project is maintained on github: https://github.com/joestelmach/lint.vim.
 
install details
The d8 executable must be found in your classpath.  See: http://code.google.com/p/v8/
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
lint.vim.zip 0.3 2012-05-20 7.0 Joe Stelmach switched to JSHint + V8
javaScriptLint.vim 0.2 2009-05-06 6.0 Joe Stelmach * Explicitly specifying the errorformat (Thanks Jonathan del Strother)
* Ability to disable the highlight color using "unlet jslint_highlight_color" (Thanks Gregory Mullegger)
* Fixed bug that would close an unrelated quickfix window when saving.
javaScriptLint.vim 0.1 2009-03-10 7.0 Joe Stelmach Initial upload
ip used for rating: 18.190.217.134

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github