-
Couldn't load subscription status.
- Fork 1.1k
JavaScript: jslint
This file exists only as a historic reference. Documentation for syntastic
checkers is now included in the manual, please see :help syntastic-checkers
in Vim.
Maintainer: Martin Grenfell [email protected]
JSLint is a code quality checker for JavaScript. See the program's page for details.
By default the checker calls jslint with these options:
--white --nomen --regexp --plusplus --bitwise --newcap --sloppy --vars
This can be changed by setting g:syntastic_javascript_jslint_args in your
vimrc to your own list of options, for example:
let g:syntastic_javascript_jslint_args = "--white --nomen --regexp --browser --devel --windows --sloppy --vars"Setting this variable to the empty string "" is allowed, and instructs
syntastic to call jslint with no options.