mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-28 22:21:35 +01:00
Exclude jslib from prettier hook (#1458)
* Exclude jslib from prettier hook
This commit is contained in:
parent
8c39fdb21e
commit
0b5e1eb256
@ -100,7 +100,7 @@
|
||||
"npm": "~8"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "prettier --ignore-unknown --write",
|
||||
"./!(jslib)**": "prettier --ignore-unknown --write",
|
||||
"*.png": "node scripts/optimize.js"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user