4.0.0 • Published 10 months ago

@ionic/prettier-config v4.0.0

Weekly downloads
2,529
License
MIT
Repository
github
Last release
10 months ago

@ionic/prettier-config

Shared Prettier config used in Ionic, Capacitor, and Stencil projects.

Usage

Usage is based on Sharing configurations from the Prettier docs.

  1. Remove existing .prettierrc file, if present.
  2. Install the config.

    npm install -D @ionic/prettier-config
  3. Add the following to package.json:

    "prettier": "@ionic/prettier-config",