@pega/prettier-config
v0.16.2
Published
Pega front-end Prettier configuration.
Downloads
3,091
Readme
@pega/prettier-config
Pegasystems front-end Prettier configuration.
Installation
Install Prettier and the Pega config.
npm i -D prettier @pega/prettier-config
Setting up your config
Extend from the Pega configuration in your Prettier configuration file.
"@pega/prettier-config"
Running Prettier
Run Prettier to check, for example, all .json
files in the current directory.
prettier -c "./**/*.json"
VS Code integration
You can install the VS Code extension, and update your .vscode/settings.json
to enable your editor to run Prettier for you automatically.
{
"editor.formatOnSave": true
}