{
  "eslint.validate": ["typescript", "typescriptreact"],
  "[typescript]": {
    "editor.formatOnSave": true,
    "editor.autoClosingBrackets": "always"
  },
  "[markdown]": {
    "editor.formatOnSave": true,
    "editor.wordWrap": "on",
    "editor.renderWhitespace": "all",
    "editor.acceptSuggestionOnEnter": "off"
  },
  "typescript.validate.enable": true,
  "eslint.alwaysShowStatus": true,
  "editor.formatOnSave": true,
  "editor.codeActionsOnSave": {
    "source.fixAll.stylelint": true,
    "source.fixAll.eslint": true,
    "source.organizeImports": true
  }
}
