@kaydafox/prettier-config
v1.0.0
Published
The main prettier config I use for prettier
Readme
@kaydafox/prettier-config
My main prettier configuration
Table
installation
This can be installed by using the below command. Just replace yarn add with your package manager if you use a different one
yarn add -D @kaydafox/prettier-configUsage
To use this package, you can do 1 of 2 things
Either, add it to your package.json like so
{
"name": "your-project",
"prettier": "@kaydafox/prettier-config"
}Or to prettierrc.js
module.exports = require("@kaydafox/prettier-config");