aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 7312243766aea89434b158da395924577ddbbef4 (plain)
1
2
3
4
5
6
7
8
9
10
// Place your settings in this file to overwrite default and user settings.
{
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    { "language": "typescript", "autoFix": true },
    { "language": "typescriptreact", "autoFix": true }
  ],
  "tslint.enable": false
}