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:
committed by
GitHub
parent
6603521d88
commit
7ffb5db310
@@ -101,6 +101,6 @@
|
|||||||
"npm": "~8"
|
"npm": "~8"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*": "prettier --write"
|
"*": "prettier --ignore-unknown --write"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user