Skip to content

Commit

Permalink
adjust prettier command
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Mar 27, 2024
1 parent 19c2548 commit f1e9d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@
"lint-staged": {
"*.{js,ts}": [
"eslint --cache --fix",
"prettier --write"
"prettier --write --ignore-unknown"
],
"*.{json,yml,md,html}": [
"prettier --write"
"prettier --write --ignore-unknown"
]
}
}

0 comments on commit f1e9d2a

Please sign in to comment.