settings.json 165 B

12345678
  1. {
  2. // "editor.formatOnSave": false,
  3. "eslint.autoFixOnSave": true,
  4. "eslint.validate": [
  5. "javascript",
  6. {"language": "typescript", "autoFix": true },
  7. ]
  8. }