mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Add --ignore-unknown to prettier on lint-staged (#1375)
This commit is contained in:
committed by
GitHub
parent
6603521d88
commit
7ffb5db310
@@ -101,6 +101,6 @@
|
||||
"npm": "~8"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "prettier --write"
|
||||
"*": "prettier --ignore-unknown --write"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user