Skip to content

Instantly share code, notes, and snippets.

@Peruibeloko
Created September 25, 2021 17:32
Show Gist options
  • Save Peruibeloko/aae8e711657b32889c89bd453589d9d1 to your computer and use it in GitHub Desktop.
Save Peruibeloko/aae8e711657b32889c89bd453589d9d1 to your computer and use it in GitHub Desktop.
Prettier configuration for all projects
{
"arrowParens": "avoid",
"trailingComma": "none",
"singleQuote": true,
"printWidth": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment