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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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