chore: Update Prettier

Added a workaround to select the latest version of Prettier with
pre-commit, since the pre-commit mirror repo started tracking alpha
releases and doesn't have anything beyond 2.7.1.
This commit is contained in:
Joel Spadin
2023-04-23 00:00:12 -05:00
committed by Pete Johanson
parent 94061bb916
commit 5b07c86d05
5 changed files with 19 additions and 16 deletions

View File

@@ -18,6 +18,6 @@
},
"homepage": "https://zmk.dev/",
"devDependencies": {
"prettier": "^2.7.1"
"prettier": "^2.8.7"
}
}