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