Skip to content

Instantly share code, notes, and snippets.

@javierllns
Created June 10, 2024 00:35
Show Gist options
  • Save javierllns/db0ec1a63ac6f23633d6f08b1709a3a0 to your computer and use it in GitHub Desktop.
Save javierllns/db0ec1a63ac6f23633d6f08b1709a3a0 to your computer and use it in GitHub Desktop.
My (ReactJSX + Tailwindcss + clsx) prettier config
{
"semi": false,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "none",
"arrowParens": "always",
"endOfLine": "auto",
"tailwindConfig": "./tailwind.config.js",
"tailwindFunctions": ["clsx"],
"plugins": ["prettier-plugin-tailwindcss"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment