mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-11 08:46:16 +00:00
@openstapps/prettier-config
Installation
npm install -D prettier
npm install -D @openstapps/prettier-config
Add the following to your package.json
{
"prettier": "@openstapps/prettier-config"
}
Also make sure you are following the installation guidelines for eslint-config-prettier so the two won't interfere.
After that, follow the Prettier guides for IDE Integration and take a look at CLI Commands for pipelines.