Skip to content

Instantly share code, notes, and snippets.

@P3ntest
Created May 5, 2022 08:12
Show Gist options
  • Save P3ntest/8bfc52f726f6c57d8bebffd806f43d12 to your computer and use it in GitHub Desktop.
Save P3ntest/8bfc52f726f6c57d8bebffd806f43d12 to your computer and use it in GitHub Desktop.
My prettier configuration
{
"trailingComma": "es5",
"tabWidth": 4,
"singleQuote": true,
"semi": true,
"printWidth": 90,
"quoteProps": "consistent",
"jsxSingleQuote": true,
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "avoid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment