1.0.6 • Published 9 months ago

@alwatr/prettier-config v1.0.6

Weekly downloads
-
License
AGPL-3.0-only
Repository
github
Last release
9 months ago

Prettier Configurations

Alwatr's shareable configurations for Prettier.

Installation

yarn add -D @alwatr/prettier-config

Usage

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"
}