1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

Exclude jslib from prettier hook (#236)

This commit is contained in:
Thomas Rittson
2022-02-17 10:37:14 +10:00
committed by GitHub
parent 0f19ebc928
commit 91ff43a17f

View File

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