Skip to content

Commit 869ac92

Browse files
committed
fix(pnpm): disable automatic catalog enforcement fix
- Prevent unintended modifications to dependency files
1 parent 4214ffa commit 869ac92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/configs/pnpm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export async function pnpm(): Promise<Array<TypedFlatConfigItem>> {
2828
'pnpm/json-enforce-catalog': [
2929
'error',
3030
{
31-
autofix: true,
31+
autofix: false,
3232
fields: [
3333
'dependencies',
3434
'devDependencies',

0 commit comments

Comments
 (0)