Skip to content

Commit

Permalink
Update README to match options.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Jan 4, 2012
1 parent 1883023 commit 8a4e374
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -4,10 +4,8 @@ Easily use [JSLint][] from the command line.

jslint app.js
jslint lib/worker.js lib/server.js # Multiple files
jslint --white --onevar --regexp app.js # All JSLint options supported
jslint --white --vars --regexp app.js # All JSLint options supported
jslint --bitwise false app.js # Defaults to true, but you can specify false
jslint --goodparts --undef false app.js # The Good Parts, except undef
jslint -gp app.js # Shorthand for --goodparts: -gp
find . -name "*.js" -print0 | xargs -0 jslint # JSLint your entire project

## Install
Expand Down

0 comments on commit 8a4e374

Please sign in to comment.