Skip to content

Commit 4eafd7e

Browse files
authored
chore: ignore unknown file type in prettier (#4738)
1 parent 99a35b2 commit 4eafd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"lint-staged": {
8282
"*": [
83-
"prettier --write"
83+
"prettier --write --ignore-unknown"
8484
],
8585
"packages/*/{src,types}/**/*.ts": [
8686
"eslint --ext .ts"

0 commit comments

Comments
 (0)