mirror of https://github.com/nodejs/node.git
946eabd18f
PR-URL: https://github.com/iojs/io.js/pull/449 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> |
||
---|---|---|
.. | ||
build/lib/closure_linter | ||
closure_linter | ||
closure_linter.egg-info | ||
dist | ||
AUTHORS | ||
LICENSE | ||
README | ||
setup.py |
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