Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosylilly/closure-linter
mirror https://developers.google.com/closure/utilities/
https://github.com/rosylilly/closure-linter
Last synced: 5 days ago
JSON representation
mirror https://developers.google.com/closure/utilities/
- Host: GitHub
- URL: https://github.com/rosylilly/closure-linter
- Owner: rosylilly
- License: apache-2.0
- Created: 2012-06-04T05:13:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-25T04:11:55.000Z (over 12 years ago)
- Last Synced: 2024-12-22T13:14:50.646Z (15 days ago)
- Language: Python
- Size: 309 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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 installAfter 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