npm.io
0.17.0 • Published 11 months ago

@pega/prettier-config

Licence
SEE LICENSE IN LICENSE
Version
0.17.0
Deps
0
Size
13 kB
Vulns
0
Weekly
0

@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
}

Keywords