Files
openstapps/configuration/prettier-config
Thea Schöbl 77f41e1b15 refactor: update to node 22
refactor: remove deprecated "jetifier"
refactor: base migration to Angular v18
fix: angular warning
refactor: update capacitor to v6
refactor: update ngx-markdown to v18
refactor: update to ionic v8
refactor: remove deprecated @ionic-native/core (replaced by @awesome-cordova-plugins/core)
fix: build
fix: test
feat: temporarily use external node image in ci
feat: update to node 22
refactor: rebase
fix: prettier depencencies
ci: update android commandline tools
fix: prettier package type
ci: let pnpm handle build dependencies
refactor: revert to pnpm 8, angular 17
2025-06-25 15:11:58 +02:00
..
2025-06-25 15:11:58 +02:00
2025-06-25 15:11:58 +02:00

@openstapps/prettier-config

pipeline status npm license)

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.