mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Exclude jslib from prettier hook (#2386)
This commit is contained in:
@@ -101,6 +101,6 @@
|
|||||||
"npm": "~8"
|
"npm": "~8"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*": "prettier --ignore-unknown --write"
|
"./!(jslib)**": "prettier --ignore-unknown --write"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user