Skip to content

Instantly share code, notes, and snippets.

@awongh
Last active April 10, 2021 07:49
Show Gist options
  • Save awongh/ac07e638613d3ee226049dfb86d3826e to your computer and use it in GitHub Desktop.
Save awongh/ac07e638613d3ee226049dfb86d3826e to your computer and use it in GitHub Desktop.
VSCode Settings
{
"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