mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
This reverts commit6d98524609. This reverts commit60ff789618. closure_linter now depends on the gflags module and not everyone will have that installed by default.
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