// Place your settings in this file to overwrite default and user settings.
{
 "editor.renderWhitespace": "boundary",
  "editor.tabSize": 2,
  "javascript.validate.enable": false,
  "standard.usePackageJson": true,
  "standard.validate": [
    "javascript",
    "javascriptreact",
    "typescript"
  ]
}