Disable ESlint parser error messages - VSCode

前端 未结 5 1754
一生所求
一生所求 2020-12-17 08:31

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

5条回答
  •  粉色の甜心
    2020-12-17 09:04

    1-) npm install -g eslint
    2-) Open up settings.json and add the property: "eslint.enable": false
    

提交回复
热议问题