Vim Tips Wiki
Advertisement

Use this page to discuss script 2578 javaScriptLint: display JavaScript Lint warnings in the quickfix error window

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Alternatives[]

Comments[]

This plugin has got a little long in the tooth. The command line options for jsl have changed. The command line option declaration should be:

if !exists("jslint_command_options")
  let jslint_command_options = '--nofilelisting --nosummary --nologo'
endif

--anon August 26, 2011

Advertisement