GitXplorerGitXplorer
g

closure-linter

public
111 stars
29 forks
53 issues

Commits

List of commits on branch master.
Unverified
339a468111ce1c94eecc20dc5109a8cbdf98b68e

Release gjslint 2.3.19

rrumpeltux committed 9 years ago
Unverified
5ec8e2b6348ca9477e8fdb828fea58d50811fae9

Fix requiring identifiers when these have a .apply or similar suffix.

rrumpeltux committed 9 years ago
Unverified
55222a31601b795595f981ec7222bc5ab451eaf9

Rename enums to make js compiler able to parse the file.

rrumpeltux committed 9 years ago
Unverified
a63cb97090801bdb0586d99bae27156e9b392694

Add @nocollapse tag to gjslint & styleguide

SSLaks committed 10 years ago
Unverified
03eb53ca87aa98acd1977d819a2058a2c50a0dac

GJSLint: Add @polymerBehavior to the list of legal annotations. It is in the compiler here:

jjklein24 committed 10 years ago
Unverified
d2a4e43cdadaece95b63d410643b7b1585c0bfa2

gjslint: bump version to 2.3.18

rrumpeltux committed 10 years ago

README

The README file for this repository.

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