1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

Exclude jslib from prettier hook (#1458)

* Exclude jslib from prettier hook
This commit is contained in:
Thomas Rittson
2022-02-16 07:41:41 +10:00
committed by GitHub
parent 8c39fdb21e
commit 0b5e1eb256

View File

@@ -100,7 +100,7 @@
"npm": "~8" "npm": "~8"
}, },
"lint-staged": { "lint-staged": {
"*": "prettier --ignore-unknown --write", "./!(jslib)**": "prettier --ignore-unknown --write",
"*.png": "node scripts/optimize.js" "*.png": "node scripts/optimize.js"
} }
} }