From browsing the issues, I leaned that I'll want --fudge and --es6 from now on, so I'd like my wrapper script to be able to detect their availability. Could you add them to the usage hint?
$ jslint --help 2>&1 | grep -oPe '\[--(f|es)\S+'
[--es5]
[--filter]
[--forin]
$ jslint --version
node-jslint version: 0.10.1 JSLint edition 2013-08-26