2.0.0 • Published 1 year ago

@baltpeter/prettier-config v2.0.0

Weekly downloads
-
License
CC0-1.0
Repository
github
Last release
1 year ago

@baltpeter/prettier-config

The Prettier config I use for my projects.

This package contains the Prettier config I use for my projects. You probably don't want to use this unless you're working on a project with me.

Usage

Install this config its peer dependencies:

yarn add --dev @baltpeter/prettier-config prettier typescript

Then, add the following to your package.json:

{
    "prettier": "@baltpeter/prettier-config"
}