Base prettier rules used by the DIRUPT team for packages and the applications.
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
After installation, you can copy/paste the following block of code within the package.json
file.
{
"prettier": "@dirupt/prettier-config"
}
Built with ❤︎ by Philippe Desplats - Project based on AdonisJS Prettier Config