syntastic/syntax_checkers/javascript
Martin Grenfell 58cd0d340c update the javascript/jslint syntax checker
The jslint guys have changed their error format again. Update the syntax
checker to handle it.

Currently jslint outputs a "use strict" error if a function doesnt have
'use strict' at the top. This is not good for our purposes, so just
filter this out for now.
2011-12-23 23:09:03 +00:00
..
gjslint.vim refactor the javascript syntax checkers 2011-12-11 22:54:33 +00:00
jshint.vim fix jshint checker since it was ignoring jshintrc configs. 2011-12-16 16:28:24 -02:00
jsl.vim refactor the javascript syntax checkers 2011-12-11 22:54:33 +00:00
jslint.vim update the javascript/jslint syntax checker 2011-12-23 23:09:03 +00:00