1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-22 11:45:59 +01:00

Add --ignore-unknown to prettier (#2259)

This commit is contained in:
Daniel James Smith 2022-01-06 21:07:09 +01:00 committed by GitHub
parent ca887c2291
commit 8ffe2c2dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,6 @@
"npm": "~8"
},
"lint-staged": {
"*": "prettier --write"
"*": "prettier --ignore-unknown --write"
}
}