Skip to content

Instantly share code, notes, and snippets.

@adamloving
Created April 28, 2011 16:48
Show Gist options
  • Save adamloving/946729 to your computer and use it in GitHub Desktop.
Save adamloving/946729 to your computer and use it in GitHub Desktop.
google js lint
# install it on mac
sudo easy_install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz
# run
gjslint myfile.js
# fix it automatically
fixjsstyle myfile.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment