Skip to content

Instantly share code, notes, and snippets.

@socker210
Last active June 24, 2021 14:31
Show Gist options
  • Save socker210/fe8a8980046250c986d7583a2e43e486 to your computer and use it in GitHub Desktop.
Save socker210/fe8a8980046250c986d7583a2e43e486 to your computer and use it in GitHub Desktop.
prettier configuration
# Folders
node_modules/
dist/
public/
# Files
**/*.json
**/*.md
**/*.html
**/*.sass
**/*.scss
**/*.css
**/*-lock.*
# Yarn berry
.pnp.*
{
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"quoteProps": "preserve"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment