node/tools/closure_linter
Yosuke Furukawa 946eabd18f tools: update closure linter to 2.3.17
PR-URL: https://github.com/iojs/io.js/pull/449
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-01-15 21:21:18 +01:00
..
build/lib/closure_linter tools: update closure linter to 2.3.17 2015-01-15 21:21:18 +01:00
closure_linter tools: update closure linter to 2.3.17 2015-01-15 21:21:18 +01:00
closure_linter.egg-info tools: update closure linter to 2.3.17 2015-01-15 21:21:18 +01:00
dist tools: update closure linter to 2.3.17 2015-01-15 21:21:18 +01:00
AUTHORS tools: update closure linter to 2.3.17 2015-01-15 21:21:18 +01:00
LICENSE tools: update closure linter to 2.3.17 2015-01-15 21:21:18 +01:00
README Import Google's closure_linter 2010-12-01 16:42:26 -08:00
setup.py tools: update closure linter to 2.3.17 2015-01-15 21:21:18 +01:00

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