Skip to content

Instantly share code, notes, and snippets.

@vinicius73
Last active May 23, 2022 14:51
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 vinicius73/5fdbbca44f32ef1e8b0fb7729d67e616 to your computer and use it in GitHub Desktop.
Save vinicius73/5fdbbca44f32ef1e8b0fb7729d67e616 to your computer and use it in GitHub Desktop.
prettierrc
.vscode/
.yarn/
dist/
coverage/
public/
printWidth: 80
tabWidth: 2
useTabs: false
semi: true
singleQuote: true
trailingComma: es5
bracketSpacing: true
bracketSameLine: false
arrowParens: avoid
htmlWhitespaceSensitivity: ignore
endOfLine: lf
{
"scripts": {
"format": "prettier . -w -u",
"format:check": "prettier . -c -u"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment