Skip to content

Instantly share code, notes, and snippets.

@slvssb
Last active February 24, 2024 13:34
Show Gist options
  • Save slvssb/90f0623d6e1a23990df4bf36df64da72 to your computer and use it in GitHub Desktop.
Save slvssb/90f0623d6e1a23990df4bf36df64da72 to your computer and use it in GitHub Desktop.
My Prettier Configuration
{
"arrowParens": "avoid",
"endOfLine": "lf",
"plugins": [],
"printWidth": 100,
"quoteProps": "as-needed",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment