Skip to content

Commit 1456c5c

Browse files
committed
fix: fix lint-staged configuration
* Changed the `lint-staged` command to include `--no-errors-on-unmatched`
1 parent df35e1b commit 1456c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepublishOnly": "bun run build"
3434
},
3535
"lint-staged": {
36-
"*": "bun run format"
36+
"*": "bun run format --no-errors-on-unmatched"
3737
},
3838
"dependencies": {
3939
"ink": "^5.1.0",

0 commit comments

Comments
 (0)