Exclude jslib from prettier hook (#2386)

This commit is contained in:
Thomas Rittson 2022-02-17 10:37:56 +10:00 committed by GitHub
parent 32e625bd22
commit 520f41fd17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,6 +101,6 @@
"npm": "~8"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
"./!(jslib)**": "prettier --ignore-unknown --write"
}
}