I hereby claim:
- I am hannesgassert on github.
- I am hannesgassert (https://keybase.io/hannesgassert) on keybase.
- I have a public key whose fingerprint is 9364 1DE9 E426 A1DF 2242 11E5 CC47 1271 9EA0 4604
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
var entries = [], | |
title, descr, href; | |
function check() { | |
var $elt = $(this); | |
if (this.tagName === 'H2') { | |
return; | |
} |
// 1) Install node and npm | |
// 2) npm -g install jslint (the jslint one) | |
// Install this in Sublime Text 2 | |
// Now with clickable errors and all | |
{ | |
"cmd": ["/usr/local/bin/node", "/usr/local/bin/jslint", "--node", "$file"], | |
"file_regex": "^(/.+\\.js)", | |
"line_regex": "([0-9]+),[0-9]+:", | |
"selector": "source.js", | |
"env": {"node" : "/usr/local/bin/node"} // this seems to be ignored on Lion? |