Skip to content

Commit 7d19449

Browse files
committed
chore: remove auto-fix from lint-staged biome check
1 parent cd5f15a commit 7d19449

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
@@ -146,7 +146,7 @@
146146
]
147147
},
148148
"lint-staged": {
149-
"*": "biome check --fix --no-errors-on-unmatched",
149+
"*": "biome check --no-errors-on-unmatched",
150150
"*.{js,ts,tsx}": "pnpm test --findRelatedTests --passWithNoTests --updateSnapshot"
151151
}
152152
}

0 commit comments

Comments
 (0)