Skip to content

Instantly share code, notes, and snippets.

@the-spanish-guy
Last active October 24, 2021 20:29
Show Gist options
  • Save the-spanish-guy/ef1914cc034974513255375bf6c4e4f5 to your computer and use it in GitHub Desktop.
Save the-spanish-guy/ef1914cc034974513255375bf6c4e4f5 to your computer and use it in GitHub Desktop.
.prettierrc
{
"semi": false,
"trailingComma": "none",
"arrowParens": "avoid",
"singleQuote": true,
"tabWidth": 2,
"printWidth": 100,
"endOfLine": "auto"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment