1 This repository contains the Closure Linter - a style checker for JavaScript.
3 To install the application, run
4 python ./setup.py install
6 After installing, you get two helper applications installed into /usr/local/bin:
8 gjslint.py - runs the linter and checks for errors
9 fixjsstyle.py - tries to fix errors automatically