Skip to content

Instantly share code, notes, and snippets.

@chasewri
Last active November 10, 2021 23:09
Show Gist options
  • Save chasewri/4ff7f6a91c18440e13ee034cc8a1419d to your computer and use it in GitHub Desktop.
Save chasewri/4ff7f6a91c18440e13ee034cc8a1419d to your computer and use it in GitHub Desktop.
Basic Prettier
{
"singleQuote": true,
"trailingComma": "none",
"semi": false,
"tabWidth": 2,
"arrowParens": "avoid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment