{
  "editor.codeActionsOnSave": {
    "source.fixAll": true,
    "source.organizeImports": true
  },
  "editor.tabSize": 2,
  "eslint.codeAction.disableRuleComment": {
    "enable": true,
    "location": "separateLine"
  },
  "eslint.enable": true,
  "files.exclude": {
    "**/*.js": {
      "when": "$(basename).ts"
    },
    "**/*.js.map": true,
    "**/*.vscode": false,
    "**/.DS_Store": true,
    "**/.git/": true,
    "**/.idea/": true,
    "**/node_modules/": true
  },
  "files.insertFinalNewline": true,
  "files.trimTrailingWhitespace": true,
  "javascript.preferences.quoteStyle": "single",
  "tslint.enable": false,
  "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
  "typescript.preferences.quoteStyle": "single",
  "typescript.tsdk": "node_modules/typescript/lib",
  "workbench.colorCustomizations": {
    "editorGroup.border": "#fbe60a",
    "panel.border": "#fbe60a",
    "sideBar.border": "#fbe60a",
    "tab.activeBorder": "#fbe60a",
    "titleBar.activeBackground": "#cfbd03",
    "titleBar.activeForeground": "#15202b",
    "titleBar.inactiveBackground": "#cfbd0399",
    "titleBar.inactiveForeground": "#15202b99",
    "statusBar.background": "#cfbd03",
    "statusBar.foreground": "#15202b",
    "statusBarItem.hoverBackground": "#9d8f02",
    "activityBar.activeBackground": "#fbe60a",
    "activityBar.activeBorder": "#039d8f",
    "activityBar.background": "#fbe60a",
    "activityBar.foreground": "#15202b",
    "activityBar.inactiveForeground": "#15202b99",
    "activityBarBadge.background": "#039d8f",
    "activityBarBadge.foreground": "#e7e7e7"
  },
  "peacock.color": "#cfbd03",
  "peacock.affectAccentBorders": true,
  "peacock.affectTabActiveBorder": true,
  "peacock.affectActivityBar": true
}
