Hey all,
I use this build file to test my JavaScript code against Google Closure Linter standards
{
"cmd": "gjslint", "$file"],
"file_regex": "^Line ([0-9]*), E:(-0-9]*): (.*)",
"selector": "source.js"
}
Iām going to change this in the future to also include Google Closure Compiler.
Cheers,
James
Updates
Added capture for negative error numbers. (First time Iāve had one)