{
  "standard.enable": true,
  "editor.tabSize": 2,
  "npm.runInTerminal": false,
  "standard.options": {
    "globals": [
      "fetch",
      "caches"
    ]
  },
  "standard.autoFixOnSave": true
}