Skip to content

Instantly share code, notes, and snippets.

@romellem
Created December 7, 2021 22:41
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 romellem/d828de0e6a3c00d6bb12d4d8eb04331b to your computer and use it in GitHub Desktop.
Save romellem/d828de0e6a3c00d6bb12d4d8eb04331b to your computer and use it in GitHub Desktop.
My Prettier Config
{
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"jsxSingleQuote": false,
"printWidth": 100,
"quoteProps": "as-needed",
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment