$ npm install --save-dev @pwa/plugin-prettier prettier
None – recognized by and attached to @pwa/core
automatically!
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