prettier-config-nerden
v2.0.0
Published
Nerden's super cool Prettier Config!
Readme
Prettier Config Nerden
- Installation:
npm install --save-dev prettier-config-nerden - Usage: In the consuming project’s
package.json, add:
"prettier": "prettier-config-nerden",(Prettier will automatically resolve the package name by stripping the prettier-config- prefix.)
Optional - Tailwind Options
tailwindConfig: "tailwind.config.js",
tailwindStylesheet: "./assets/scss/tailwind-src.scss",