Disable ESlint parser error messages - VSCode

user3690467 picture user3690467 · Mar 11, 2016 · Viewed 34.3k times · Source

I have ESlint configured with vscode using the plugin, now I'm wondering is there some way I can stop ESlint from showing me the parser/syntax errors, so I can instead view the syntax errors that the Salsa language service provides by default.

Answer

Kushagra Sharma picture Kushagra Sharma · May 31, 2016

Open up settings.json and add the property: "eslint.enable": false

Check: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint