mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
Add --ignore-unknown to prettier (#2259)
This commit is contained in:
committed by
GitHub
parent
ca887c2291
commit
8ffe2c2dca
@@ -102,6 +102,6 @@
|
|||||||
"npm": "~8"
|
"npm": "~8"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*": "prettier --write"
|
"*": "prettier --ignore-unknown --write"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user