Skip to content

Commit

Permalink
don't fail if we do not find anything to apply
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Mar 26, 2024
1 parent da01231 commit 6b2b6a0
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 @@ -217,8 +217,8 @@
"tough-cookie": "4.1.3"
},
"lint-staged": {
"*.{js,ts}": ["biome check --apply"],
"*.{jsx,tsx}": ["biome check --apply"],
"*.{js,ts}": ["biome check --apply --no-errors-on-unmatched"],
"*.{jsx,tsx}": ["biome check --apply --no-errors-on-unmatched"],
"*.json": ["biome format --write --no-errors-on-unmatched"]
}
}

0 comments on commit 6b2b6a0

Please sign in to comment.