Skip to content

Instantly share code, notes, and snippets.

@douggrubba
Created March 31, 2022 13:31
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 douggrubba/2fb334d2a6da7d4899cb076915bcc092 to your computer and use it in GitHub Desktop.
Save douggrubba/2fb334d2a6da7d4899cb076915bcc092 to your computer and use it in GitHub Desktop.
.prettierrc
{
"semi": false,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "none",
"jsxBracketSameLine": false,
"vue-indent-script-and-style": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment