aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 82177895f077ae8e472451551467095f57c79ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "editor.formatOnSave": true,
  "eslint.format.enable": true,
  "eslint.alwaysShowStatus": true,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "eslint.validate": [
    "javascript",
    "typescript"
  ]
}