Skip to content

Instantly share code, notes, and snippets.

@natedunn
Created January 5, 2022 20:29
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 natedunn/a1efa0dcfca4f6627ab90237397eebc3 to your computer and use it in GitHub Desktop.
Save natedunn/a1efa0dcfca4f6627ab90237397eebc3 to your computer and use it in GitHub Desktop.
Historic Prettier Config
{
“trailingComma”: “es5",
“tabWidth”: 2,
“semi”: true,
“singleQuote”: true,
“jsxSingleQuote”: true,
“bracketSpacing”: true,
“jsxBrackets”: true,
“printWidth”: 80,
“proseWrap”: “preserve”,
“quoteProps”: “as-needed”
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment