Skip to content

Commit

Permalink
fix: husky precommit (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight authored Sep 14, 2024
1 parent 36e36b0 commit 065634f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed .changeset/CHANGELOG.md
Empty file.
2 changes: 1 addition & 1 deletion .lintstagedrc.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
'**/*.(js|jsx|ts|tsx|md|json|mdx|html|css)': [
'biome check --apply-unsafe --diagnostic-level=error --max-diagnostics=1000',
'biome check --apply-unsafe --diagnostic-level=error --max-diagnostics=1000 --no-errors-on-unmatched',
],
};

0 comments on commit 065634f

Please sign in to comment.