GitXplorerGitXplorer
g

closure-linter

public
111 stars
29 forks
53 issues

Commits

List of commits on branch master.
Verified
c09c885b4e4fec386ff81cebeb8c66c2b0643d49

Be bold in marking closure-linter as deprecated

rrumpeltux committed 6 years ago
Unverified
cf2792b0bd737e8419d5e2d56e6be2c06171828e

Update README to note the deprecation of the project.

rrumpeltux committed 8 years ago
Unverified
1fba28acbc70a0024f68a74a922f237775260284

Merge pull request #104 from yarrouye/master

rrumpeltux committed 8 years ago
Unverified
abca000bc3a7247ea8ee41385114f3d494f33816

Added tests.

committed 8 years ago
Unverified
1e9ece0c086332d4986307a6aba62728f9eb3790

Added recognition of template strings.

committed 8 years ago
Unverified
5c27529075bb88bdc45e73008f496dec8438d658

Added new flag to warn about trailing commas in ES3.

mmanelvf committed 9 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