Skip to content

Instantly share code, notes, and snippets.

@noopurphalak
Created February 5, 2021 14:39
Show Gist options
  • Save noopurphalak/f478042353a2237c734ff9dd941eb5f6 to your computer and use it in GitHub Desktop.
Save noopurphalak/f478042353a2237c734ff9dd941eb5f6 to your computer and use it in GitHub Desktop.
React prettierrc
{
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment