Skip to content

Instantly share code, notes, and snippets.

@joshmedeski
Created December 28, 2021 18:16
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 joshmedeski/1a5feec480c2f43dec7abb374319631b to your computer and use it in GitHub Desktop.
Save joshmedeski/1a5feec480c2f43dec7abb374319631b to your computer and use it in GitHub Desktop.
My Prettier Config
{
"importOrder": ["^@/(.*)$", "^[./]"],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"printWidth": 80,
"proseWrap": "always",
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment