Skip to content

Commit

Permalink
fix: fix lint-staged configuration
Browse files Browse the repository at this point in the history
* Changed the `lint-staged` command to include `--no-errors-on-unmatched`
  • Loading branch information
okineadev committed Dec 23, 2024
1 parent 747ac10 commit 3ce83b4
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 @@ -30,7 +30,7 @@
"prepublishOnly": "bun run build"
},
"lint-staged": {
"*": "bun run format"
"*": "bun run format --no-errors-on-unmatched"
},
"peerDependencies": {
"typescript": "^5.7.2"
Expand Down

0 comments on commit 3ce83b4

Please sign in to comment.