@consenlabs-fe/prettier
v0.1.2
Published
This is prettier config for all `@consenlabs` projects. If you like this style, you can also quote it in your project.
Downloads
23
Readme
Prettier config for Consenlabs team
This is prettier config for all @consenlabs
projects. If you like this style, you can also quote it in your project.
IMPORTANT: If you are a member of organization @consenlabs
, be sure to use this configuration item.
IMPORTANT: If you want to change any item, please raise issue first.
Usage
- Install:
yarn add @consenlabs-fe/prettier -D
- Configure (
package.json
):
{
"prettier": "@consenlabs-fe/prettier"
}