Skip to content

Instantly share code, notes, and snippets.

@nezvinskyi
Last active November 25, 2020 11:17
Show Gist options
  • Save nezvinskyi/7b7a03b2940884f520f473c150578b44 to your computer and use it in GitHub Desktop.
Save nezvinskyi/7b7a03b2940884f520f473c150578b44 to your computer and use it in GitHub Desktop.
.prettierrc.json .prettierrc
{
"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