Skip to content

Instantly share code, notes, and snippets.

@Sergih28
Created August 4, 2021 09:24
Show Gist options
  • Save Sergih28/3fc7ba50e7dda58d0e91842c85a66c6d to your computer and use it in GitHub Desktop.
Save Sergih28/3fc7ba50e7dda58d0e91842c85a66c6d to your computer and use it in GitHub Desktop.
prettier config
{
"printWidth": 100,
"bracketSpacing": true,
"arrowParens": "always",
"trailingComma": "all",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"quoteProps": "preserve",
"jsxSingleQuote": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment