@dirupt/prettier-config
v2.0.1
Published
Dirupt's shared Prettier config
Downloads
131
Readme
DIRUPT Prettier Config
Installation
Install the package from the npm registry.
pnpm add -D @dirupt/prettier-config
# Make sure also to install the following packages
pnpm add -D prettier
Usage
After installation, you can copy/paste the following block of code within the package.json
file.
{
"prettier": "@dirupt/prettier-config"
}