Skip to content

Instantly share code, notes, and snippets.

@AxeemHaider
Created May 28, 2022 09:48
Show Gist options
  • Save AxeemHaider/628327d1e4b2b67f2c2a61ce24ad7c3c to your computer and use it in GitHub Desktop.
Save AxeemHaider/628327d1e4b2b67f2c2a61ce24ad7c3c to your computer and use it in GitHub Desktop.
VsCode default settings
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.enable": true,
"eslint.alwaysShowStatus": true,
"eslint.validate": ["javascript", "typescript"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment