1
0
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:
Daniel James Smith
2022-01-06 21:07:09 +01:00
committed by GitHub
parent ca887c2291
commit 8ffe2c2dca

View File

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