1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00

Exclude jslib from prettier hook (#486)

This commit is contained in:
Thomas Rittson 2022-02-17 10:37:25 +10:00 committed by GitHub
parent 4b2c9fd78b
commit eb5be3c72f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,6 @@
"npm": ">=7 <=8"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
"./!(jslib)**": "prettier --ignore-unknown --write"
}
}