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: