Created
August 6, 2021 10:42
-
-
Save LucasCaixeta/65ae6e8a042dfc8c534f73e0d3d542ce to your computer and use it in GitHub Desktop.
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
{ | |
"workbench.colorTheme": "Dracula", | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": true, | |
}, | |
"window.zoomLevel": 1, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"emmet.triggerExpansionOnTab": true, | |
"emmet.excludeLanguages": [ | |
"markdown" | |
], | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact" | |
}, | |
"prettier.singleQuote": true, | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[typescript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"workbench.iconTheme": "vscode-icons", | |
"editor.formatOnSave": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment