summaryrefslogtreecommitdiffstats
path: root/third_party/closure_linter/README
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/closure_linter/README')
-rw-r--r--third_party/closure_linter/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/closure_linter/README b/third_party/closure_linter/README
new file mode 100644
index 0000000..4a21b2d
--- /dev/null
+++ b/third_party/closure_linter/README
@@ -0,0 +1,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