Created
August 23, 2021 03:23
-
-
Save DoctorDerek/4438a4340cc4f436ca12e38c4863cfba to your computer and use it in GitHub Desktop.
import-sorter.json Prettier defaults -- How to Sort Imports in TypeScript Automatically in VS Code https://medium.com/p/f4fe4e499bb1
This file contains hidden or 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
{ | |
"generalConfiguration.sortOnBeforeSave": true, | |
"importStringConfiguration.maximumNumberOfImportExpressionsPerLine.type": "newLineEachExpressionAfterCountLimitExceptIfOnlyOne", | |
"importStringConfiguration.maximumNumberOfImportExpressionsPerLine.count": 80, | |
"importStringConfiguration.tabSize": 2, | |
"importStringConfiguration.quoteMark": "double" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment