blob: 3755ae8e0250231251a74d9b25e0de4a8ffb28c3 [file] [log] [blame]
This repository contains the Closure Linter - a style checker for JavaScript.
To install the application, run
python ./setup.py install
After installing, you get two helper applications installed into /usr/local/bin:
gjslint - runs the linter and checks for errors
fixjsstyle - tries to fix errors automatically