sponsor Vim development Vim logo Vim Book Ad

javaScriptLint.vim : Displays JavaScript Lint warnings in the quickfix error window

 script karma  Rating 32/16, Downloaded by 1180  Comments, bugs, improvements  Vim wiki

created by
Joe Stelmach
 
script type
utility
 
description
** also available on github: http://github.com/joestelmach/javaScriptLint.vim **

javascriptLint.vim allows the JavaScript Lint (jsl) program from http://www.javascriptlint.com to be tightly integrated with Vim.  The contents of a javascript file will be passed through the jsl program after the file's buffer is saved.  Any lint warnings will be placed in the quickfix error window.  
 
install details
JavaScript Lint must be installed on your system for this plugin to work properly.  This page http://www.javascriptlint.com/docs/index.html should get you started.  Once the jsl program is installed, just drop the javaScriptLint.vim file into your ~/.vim/plugin directory and you're ready to rock.
 

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
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

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.
   
SourceForge.net Logo