Actually, with the latest version of sublime-jslint, I just said to ignore these errors by adding the parameter "ignore_errors":
"ignore_errors": [ "Expected '{' and instead saw" ],
Now when I run sublime-jslint in my files, I get:
jslint: ignored 5 errors.
Aaron source share