Last active
April 10, 2021 07:49
-
-
Save awongh/ac07e638613d3ee226049dfb86d3826e to your computer and use it in GitHub Desktop.
VSCode Settings
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.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.formatOnSave": true, | |
"editor.formatOnPaste": true, | |
"editor.minimap.enabled": false, | |
"editor.tabSize": 2, | |
"editor.wordWrap": "on", | |
"eslint.format.enable": true, | |
"eslint.lintTask.enable": true, | |
"eslint.migration.2_x": "off" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment