Skip to content

Instantly share code, notes, and snippets.

@ycmjason
Created October 26, 2023 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ycmjason/86c6d3a4abbf1db62404adde72f6ce52 to your computer and use it in GitHub Desktop.
Save ycmjason/86c6d3a4abbf1db62404adde72f6ce52 to your computer and use it in GitHub Desktop.
Best Prettier Config In The World
{
"printWidth": 100,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "avoid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment