Created
April 28, 2011 16:48
-
-
Save adamloving/946729 to your computer and use it in GitHub Desktop.
google js lint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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