Home | History | Annotate | Download | only in closure_linter
      1 This repository contains the Closure Linter - a style checker for JavaScript.
      2 
      3 To install the application, run
      4    python ./setup.py install
      5 
      6 After installing, you get two helper applications installed into /usr/local/bin:
      7 
      8    gjslint.py - runs the linter and checks for errors
      9    fixjsstyle.py - tries to fix errors automatically
     10