johnsoncodehk / tsslint

🔋⚡️ The fastest and lightest TypeScript semantic linting solution
MIT License
287 stars 2 forks source link

[feat] support codeActionOnSave #14

Closed tjx666 closed 4 months ago

tjx666 commented 4 months ago

I test:

  "editor.codeActionsOnSave": {
    "source.fixAll": "always",
    "source.fixAll.tsslint": "explicit"
  },

but not works.