Skip to content

Instantly share code, notes, and snippets.

@travisduffy
Last active October 29, 2020 22:10
Show Gist options
  • Save travisduffy/e4e9ee2bf1fc93838a6f86c8e095f76a to your computer and use it in GitHub Desktop.
Save travisduffy/e4e9ee2bf1fc93838a6f86c8e095f76a to your computer and use it in GitHub Desktop.
The Prettier configs I like
{
"printWidth": 80,
"endOfLine": "lf",
"semi": false,
"singleQuote": true,
"useTabs": true,
"tabWidth": 2,
"trailingComma": "es5",
"arrowParens": "avoid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment