mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-23 01:53:00 +00:00
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
@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.