5.0.0 • Published 1 year ago
@alwatr/prettier-config v5.0.0
Prettier Configurations
Alwatr's shareable configurations for Prettier.
Installation
yarn add -D @alwatr/prettier-configUsage
Alwatr Prettier rules come bundled in @alwatr/prettier-config. To enable these rules, add a prettier property in your package.json. See the Prettier configuration docs for more details.
The Prettier rules from Alwatr are included in the @alwatr/prettier-config package. To use these rules, add a prettier property to your package.json file. Refer to the Prettier configuration documentation for more information.
{
"prettier": "@alwatr/prettier-config"
}