npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@pwa/plugin-prettier

0.5.0

@lukeed

npmSnykSocket
Downloads:237
$ npm install @pwa/plugin-prettier
DailyWeeklyMonthlyYearly

@pwa/plugin-prettier

PWA plugin for Prettier

Install

$ npm install --save-dev @pwa/plugin-prettier prettier

Usage

None – recognized by and attached to @pwa/core automatically!

Config

Configurable via the prettier key on your pwa.config.js file.

By default, Prettier's configuration files are supported and applied automatically:

  • .prettierrc
  • prettier.config.js
  • package.json's "prettier" key
  • .prettierignore

Note: Prettier options passed to pwa.config.js directly will override config files' values.

Default Config:

exports.prettier = {
  parser: 'babel'
}

Available Options:

See Prettier's Options