build!: use pnpm

This commit is contained in:
Michael Kriese 2024-02-07 12:46:49 +01:00
parent 98460356b9
commit 0ff2f82a15
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
14 changed files with 1285 additions and 2387 deletions

View file

@ -1,5 +1,6 @@
{
"*.sh": "shellcheck",
".husky/*": "shellcheck",
"*": "prettier --ignore-unknown --write"
"!*.{sh,md}": "prettier --cache --ignore-unknown --write",
"*.md": ["markdownlint --fix", "prettier --cache --write"]
}