mirror of https://github.com/lukechilds/node.git
|
13 years ago | |
---|---|---|
.. | ||
closure_linter | 13 years ago | |
closure_linter.egg-info | 13 years ago | |
PKG-INFO | 13 years ago | |
README | 14 years ago | |
gflags.py | 13 years ago | |
setup.cfg | 13 years ago | |
setup.py | 13 years ago |
README
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