I am working on a JS application that needs to support IE8. To check my source, I am using JSLint. Works fine so far, unfortunately it allows functions like "bind()", which are not supported by IE8.
Is there a way to "tighten up" JSLint, so that it doesn't allow source that wouldn't run in IE8?