prettier-config

Minimal Prettier sharable configuration

MIT License

Downloads
11
Stars
0
Committers
2

@zettca/prettier-config

Minimal Prettier sharable configuration.

This configuration does not and will never change Prettier's default formatting configuration. Prettier's default options are well thought out and changing them goes against Prettier's philosophy

The goal of this config is to extend Prettier's configuration with plugins and ignore rules typically desirable in apps.

Installation

npm i -D prettier@3 @zettca/prettier-config

Usage

Add this configuration to package.json (see configuration)

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