0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/tools/closure_linter
Ryan Dahl a128451004 Import Google's closure_linter
Run with 'make lint'
2010-12-01 16:42:26 -08:00
..
closure_linter Import Google's closure_linter 2010-12-01 16:42:26 -08:00
closure_linter.egg-info Import Google's closure_linter 2010-12-01 16:42:26 -08:00
gflags.py Import Google's closure_linter 2010-12-01 16:42:26 -08:00
PKG-INFO Import Google's closure_linter 2010-12-01 16:42:26 -08:00
README Import Google's closure_linter 2010-12-01 16:42:26 -08:00
setup.cfg Import Google's closure_linter 2010-12-01 16:42:26 -08:00
setup.py Import Google's closure_linter 2010-12-01 16:42:26 -08:00

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