@haaxor1689/prettier-config
v3.0.0
Published
Prettier config I use in my projects
Downloads
20
Readme
Prettier config for React + Next + Tailwind projects
Usage
First install the package and its peer dependencies
npx install-peerdeps --dev @haaxor1689/prettier-configNext add the config under prettier key to your package.json.
// package.json
{
// ...
"prettier": "@haaxor1689/prettier-config"
}