1
0
mirror of https://github.com/bitwarden/web synced 2025-12-17 16:53:14 +00: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

View File

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