mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-05 23:41:28 +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"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user