mirror of
https://github.com/bitwarden/cli
synced 2025-12-06 04:23:19 +00:00
Exclude jslib from prettier hook (#486)
This commit is contained in:
@@ -119,6 +119,6 @@
|
|||||||
"npm": ">=7 <=8"
|
"npm": ">=7 <=8"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*": "prettier --ignore-unknown --write"
|
"./!(jslib)**": "prettier --ignore-unknown --write"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user