OLD | NEW |
1 This repository contains the Closure Linter - a style checker for JavaScript. | 1 This repository contains the Closure Linter - a style checker for JavaScript. |
2 | 2 |
3 To install the application, run | 3 To install the application, run |
4 python ./setup.py install | 4 python ./setup.py install |
5 | 5 |
6 After installing, you get two helper applications installed into /usr/local/bin: | 6 After installing, you get two helper applications installed into /usr/local/bin: |
7 | 7 |
8 gjslint.py - runs the linter and checks for errors | 8 gjslint - runs the linter and checks for errors |
9 fixjsstyle.py - tries to fix errors automatically | 9 fixjsstyle - tries to fix errors automatically |
OLD | NEW |