Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
/ closure-linter Public archive

Automatically exported from code.google.com/p/closure-linter

License

Notifications You must be signed in to change notification settings

google/closure-linter

DEPRECATED: Closure Linter - a style checker for ES5 JavaScript

Please note that the closure linter is deprecated. Esp. if you use ES6 features, the tool will not work for you.

Installation

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