Last active
November 3, 2022 15:35
-
-
Save renaco/7439573504455283a24d9f5d1992e50e to your computer and use it in GitHub Desktop.
.vscode/settings.json
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
// Settings vscode | |
{ | |
"editor.codeActionsOnSave": [ | |
"source.addMissingImports", | |
"source.fixAll.eslint" | |
], | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.formatOnSave": true | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment