Skip to content

Instantly share code, notes, and snippets.

@renaco
Last active November 3, 2022 15:35
Show Gist options
  • Save renaco/7439573504455283a24d9f5d1992e50e to your computer and use it in GitHub Desktop.
Save renaco/7439573504455283a24d9f5d1992e50e to your computer and use it in GitHub Desktop.
.vscode/settings.json
// 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