Skip to content

Instantly share code, notes, and snippets.

@WillCQ97
Created August 18, 2022 10:50
Show Gist options
  • Save WillCQ97/642bc210f547112f216c2369a501fe07 to your computer and use it in GitHub Desktop.
Save WillCQ97/642bc210f547112f216c2369a501fe07 to your computer and use it in GitHub Desktop.
My prettierrc configuration file.
{
"printWidth": 100,
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "none",
"tabWidth": 2,
"semi": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment