android_mt6572_jiabo/external/chromium-trace/catapult/third_party/closure_linter
2025-09-05 16:56:03 +08:00
..
closure_linter first commit 2025-09-05 16:56:03 +08:00
AUTHORS first commit 2025-09-05 16:56:03 +08:00
LICENSE first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00
README.chromium first commit 2025-09-05 16:56:03 +08:00
setup.py first commit 2025-09-05 16:56:03 +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 - runs the linter and checks for errors
   fixjsstyle - tries to fix errors automatically