1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-02 04:48:57 +02:00

Exclude jslib from prettier hook (#1343)

* Exlude jslib from prettier hook
This commit is contained in:
Thomas Rittson 2022-02-17 10:37:41 +10:00 committed by GitHub
parent d2df8dacad
commit 3881223a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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