File: README

package info (click to toggle)
closure-linter 2.3.13-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 572 kB
  • ctags: 864
  • sloc: python: 6,377; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
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