Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 302 Bytes

VSCODE_SETTING.md

File metadata and controls

14 lines (13 loc) · 302 Bytes

please add the following lines in setting.json

{
  "editor.codeActionsOnSave": {
      "source.fixAll.eslint": "explicit"
  },
  "workbench.iconTheme": "vscode-icons",
  "[typescriptreact]": {
      "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "editor.formatOnSave": true
}