Skip to content

Commit

Permalink
chore: ignore unknown file type in prettier (#4738)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Aug 26, 2021
1 parent 99a35b2 commit 4eafd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"lint-staged": {
"*": [
"prettier --write"
"prettier --write --ignore-unknown"
],
"packages/*/{src,types}/**/*.ts": [
"eslint --ext .ts"
Expand Down

0 comments on commit 4eafd7e

Please sign in to comment.