Cleanup unused variables in AwContents
[chromium-blink-merge.git] / third_party / closure_linter / README
blob4a21b2defc39ead771899a7cf2045200f75cdeba
1 This repository contains the Closure Linter - a style checker for JavaScript.
3 To install the application, run
4    python ./setup.py install
6 After installing, you get two helper applications installed into /usr/local/bin:
8    gjslint.py - runs the linter and checks for errors
9    fixjsstyle.py - tries to fix errors automatically