Last active
August 12, 2019 13:33
-
-
Save lydemann/4a79c7a21e11ddfc11e8d5f84e445bdd to your computer and use it in GitHub Desktop.
VS code settings for auto format, fix and organize imports.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.codeActionsOnSave": { | |
"source.organizeImports": true, | |
"tslint.autoFixOnSave": true | |
}, | |
"editor.formatOnSave": true | |
} |
Thanks, you are right. I just updated it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With latest tslint this is what I needed: