David,
Some messages come from ESLint, they’re easy to turn off by setting eslint.enable
to false
on the Workspace settings preference page or configuring the ESLint rules correctly for your project using an .eslintrc.js
(or similar) file.
Some messages though seem to come from the core JavaScript validator and I’m afraid I don’t currently know of a way to run these off, other than turning off the entire JS validator itself. Could you please paste, exactly, a few of the messages you would like turned off? We’ll keep looking for a solution.