@tabula/prettier-config
v0.1.8
Published
Configuration for the Prettier
Maintainers
Readme
@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-devUsage
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.
