Skip to content

Instantly share code, notes, and snippets.

@abd1rahmane
Forked from luxplanjay/.prettierrc.json
Created February 22, 2021 21:56
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 abd1rahmane/149951d86cf6eb651af9f9ef0673b4f3 to your computer and use it in GitHub Desktop.
Save abd1rahmane/149951d86cf6eb651af9f9ef0673b4f3 to your computer and use it in GitHub Desktop.
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"proseWrap": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment