Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

google/closure-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 

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