2.0.1 • Published 9 months ago
@dirupt/prettier-config v2.0.1
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"
}