Skip to content

Instantly share code, notes, and snippets.

@mickambar19
Created March 23, 2018 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mickambar19/253b38d460afe3080b9c325652c3796c to your computer and use it in GitHub Desktop.
Save mickambar19/253b38d460afe3080b9c325652c3796c to your computer and use it in GitHub Desktop.
Prettier config to be standard js for vscode
{
"arrowParens": "avoid",
"bracketSpacing": true,
"eslintIntegration": false,
"jsxBracketSameLine": false,
"printWidth": 80,
"requireConfig": false,
"stylelintIntegration": false,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "none",
"semi": false,
"singleQuote": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment