It does not really work out of the box. I get:
Traceback (most recent call last):
File "./gjslint.py", line 42, in <module>
from closure_linter import checker
ImportError: No module named closure_linter
But if I copy the gjslint.py file one directory up, so I have the
gjslint.py and closure_linter/ side by side, it works!
esbjörn