Skip to content

Instantly share code, notes, and snippets.

@denefi
Created April 12, 2023 12:44
Show Gist options
  • Save denefi/a19221c86d2f0fbd8b240e53363b1a9f to your computer and use it in GitHub Desktop.
Save denefi/a19221c86d2f0fbd8b240e53363b1a9f to your computer and use it in GitHub Desktop.
Prettier config for ironhack project
{
"trailingComma": "es5",
"tabWidth": 2,
"singleQuote": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment