Skip to content

Commit

Permalink
chore: add option to no fail if no files formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed Dec 24, 2024
1 parent 3cb57d3 commit ce6875e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint-staged.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
'*': ['pnpm biome format --write'],
'*': ['pnpm biome format --no-errors-on-unmatched --write'],
}

0 comments on commit ce6875e

Please sign in to comment.