aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: b3bb1e44cb0d7364558d0196c6e820d0c2a65e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "editor.bracketPairColorization.enabled": true,
  "editor.guides.bracketPairs": true,
  "editor.formatOnSave": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.codeActionsOnSave": [
    "source.fixAll.eslint"
  ],
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    "typescript",
    "vue"
  ]
}