An open API service indexing awesome lists of open source software.

https://github.com/knutwalker/google-closure-linter

Mirror of SVN repository
https://github.com/knutwalker/google-closure-linter

Last synced: about 1 year ago
JSON representation

Mirror of SVN repository

Awesome Lists containing this project

README

          

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