I am looking to specifically scan my JavaScript code for eval errors using JSLint, while allowing other errors. I understand that I can manually set each error type as "true" individually, but with so many options, is there a simpler way to achieve this?