vscode désactiver jshint

//Access the settings.json file in VsCode and append the following
  "jshint.enable": false
ShanahJr