vscode disable jshint

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

Also in JavaScript: