settings.json 180 B

1234567
  1. {
  2. "editor.formatOnSave": true,
  3. // #每次保存的时候将代码按eslint格式进行修复
  4. "editor.codeActionsOnSave": {
  5. "source.fixAll.eslint": true
  6. }
  7. }