-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add secret options to usage hint #159
Comments
I think you need jslint --edition=es6 --fudge |
Yes, but only in versions that support PS: In case you meant $ jslint --edition=es6 --help |& grep fud
$ nodever jslint
require('jslint/package.json').version = 0.11.0 |
Are you sure you want to consume the interface that we provide here? If you're programmatically using Doug Crockford's jslint interface -- https://github.com/douglascrockford/jslint -- then you don't have to work around me :-) |
In my case I like the CLI more, because the wrapper script is written in bash and aggregates output from other linters (e.g. PHP syntax check) as well. |
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?The text was updated successfully, but these errors were encountered: