blob: 4a21b2defc39ead771899a7cf2045200f75cdeba (
plain)
1
2
3
4
5
6
7
8
9
|
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.py - runs the linter and checks for errors
fixjsstyle.py - tries to fix errors automatically
|