Skip to content

Instantly share code, notes, and snippets.

@abouthalf
Last active October 11, 2023 15:01
Show Gist options
  • Select an option

  • Save abouthalf/95850154b30b6574980e2f6785c88b29 to your computer and use it in GitHub Desktop.

Select an option

Save abouthalf/95850154b30b6574980e2f6785c88b29 to your computer and use it in GitHub Desktop.
Prettier config
{
"trailingComma": "all",
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "avoid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment