Skip to content

Instantly share code, notes, and snippets.

@tmcgann
Created September 16, 2020 16:19
Show Gist options
  • Save tmcgann/8414ad7c862ff6a637355ebbbe0aa81d to your computer and use it in GitHub Desktop.
Save tmcgann/8414ad7c862ff6a637355ebbbe0aa81d to your computer and use it in GitHub Desktop.
Preferred Prettier config
{
"arrowParens": "avoid",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"printWidth": 100,
"proseWrap": "preserve",
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment