mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-08 19:18:02 +01:00
Exclude jslib from prettier hook (#486)
This commit is contained in:
parent
4b2c9fd78b
commit
eb5be3c72f
@ -119,6 +119,6 @@
|
|||||||
"npm": ">=7 <=8"
|
"npm": ">=7 <=8"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*": "prettier --ignore-unknown --write"
|
"./!(jslib)**": "prettier --ignore-unknown --write"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user