1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00

Add --ignore-unknown to prettier on lint-staged (#1375)

This commit is contained in:
Daniel James Smith 2022-01-06 16:47:55 +01:00 committed by GitHub
parent 6603521d88
commit 7ffb5db310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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