Skip to content

Commit 2c3d2aa

Browse files
committed
fix: --no-errors-on-unmatched
1 parent 10f1f93 commit 2c3d2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
],
5656
"lint-staged": {
5757
"*.{ts,js,tsx,jsx}": [
58-
"yarn biome lint --apply",
58+
"yarn biome lint --apply --no-errors-on-unmatched",
5959
"yarn biome check --apply --no-errors-on-unmatched"
6060
],
6161
"*.md": [

0 commit comments

Comments
 (0)