Skip to content

Instantly share code, notes, and snippets.

@SujalShah3234
Created August 9, 2021 12:34
Show Gist options
  • Save SujalShah3234/e9498461e52fc5fa0db912a8c8483aa4 to your computer and use it in GitHub Desktop.
Save SujalShah3234/e9498461e52fc5fa0db912a8c8483aa4 to your computer and use it in GitHub Desktop.
Recommended prettier config for most project workspace outthere.
{
"singleQuote": true,
"trailingComma": "es5",
"requirePragma": false,
"arrowParens": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment