Skip to content

Instantly share code, notes, and snippets.

@michal-wrzosek
Created September 18, 2019 20:01
Show Gist options
  • Save michal-wrzosek/19f2c3cab765d20421a99ef21a0f9188 to your computer and use it in GitHub Desktop.
Save michal-wrzosek/19f2c3cab765d20421a99ef21a0f9188 to your computer and use it in GitHub Desktop.
Create React App Boilerplate - ./.vscode/settings.json
{
"editor.formatOnSave": true,
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{ "language": "typescript", "autoFix": true },
{ "language": "typescriptreact", "autoFix": true }
],
"editor.renderWhitespace": "boundary"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment