Skip to content

Instantly share code, notes, and snippets.

@oguzkaracar
Last active December 16, 2021 10:47
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 oguzkaracar/30fe2de80a7817bc3d3c53a5a0b7571d to your computer and use it in GitHub Desktop.
Save oguzkaracar/30fe2de80a7817bc3d3c53a5a0b7571d to your computer and use it in GitHub Desktop.
prettierrc - react-development
{
"arrowParens": "avoid",
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"fluid": false,
}
// -------- 16.12 --------------
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"fluid": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment