Skip to content

Instantly share code, notes, and snippets.

@destinio
Created July 13, 2023 16:55
Show Gist options
  • Save destinio/b3aedf4d977240b046fae851c2a03bbc to your computer and use it in GitHub Desktop.
Save destinio/b3aedf4d977240b046fae851c2a03bbc to your computer and use it in GitHub Desktop.
.prettierrc
{
"arrowParens": "avoid",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"printWidth": 80,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"plugins": ["prettier-plugin-tailwindcss"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment