@adonisjs/prettier-config
v1.4.0
Published
Prettier config preset for AdonisJS packages and applications
Downloads
41,663
Readme
@adonisjs/prettier-config
Installation
Install the package from the npm registry.
npm i -D @adonisjs/prettier-config
# Make sure also to install the following packages
npm i -D prettier
Usage
After installation, you can copy/paste the following block of code within the package.json
file.
{
"prettier": "@adonisjs/prettier-config"
}
Our base config also installs and configures the prettier-plugin-edgejs package to format Edge templates using Prettier.