Add --ignore-unknown to prettier (#2259)
This commit is contained in:
parent
ca887c2291
commit
8ffe2c2dca
|
@ -102,6 +102,6 @@
|
||||||
"npm": "~8"
|
"npm": "~8"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*": "prettier --write"
|
"*": "prettier --ignore-unknown --write"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue