fix: Fix formatting/linting for CI (no-changelog) (#5264)

* ⬆️ Upgrade Prettier

* 📦 Update `pnpm-lock.yaml`

* 🎨 Format all packages

* 🔧 Specify `prettierPath`
This commit is contained in:
Iván Ovejero
2023-01-27 10:18:15 +01:00
committed by GitHub
parent b321c5e4ec
commit 0a7ea89633
21 changed files with 318 additions and 333 deletions

View File

@@ -48,7 +48,7 @@
"jest-mock": "^29.3.1",
"nock": "^13.2.9",
"node-fetch": "^2.6.7",
"prettier": "^2.3.2",
"prettier": "^2.8.3",
"rimraf": "^3.0.2",
"run-script-os": "^1.0.7",
"start-server-and-test": "^1.14.0",