@tabula/prettier-config
This package provides opinionated Prettier configuration.
Details
This configuration is pretty standard with small changes.
Also, we use import sorting provided by the (@trivago/prettier-plugin-sort-imports)[https://github.com/trivago/prettier-plugin-sort-imports].
Installation
Use the package manager pnpm to install @tabula/prettier-config
.
pnpm add @tabula/prettier-config --save-dev
You can use npm or yarn too.
Usage
Add the .prettierrc.json
file to the root of your project:
"@tabula/prettier-config"
or to the package.json
:
{
"prettier": "@tabula/prettier-config"
}
License
This project is ISC licensed.