Skip to content

Latest commit

 

History

History

plugin-prettier

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

@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