Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 9981b7d

Browse files
committed
fix: do not commit pkg file when configuring prettier
1 parent 5874ebd commit 9981b7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/Scaffold/setupPrettier.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const task: TaskFn = (_, logger, { absPath, prettier, eslint, pkg }) => {
2929
pkg.set('prettier.bracketSpacing', true)
3030
pkg.set('prettier.arrowParens', 'always')
3131
pkg.set('prettier.printWidth', 100)
32-
pkg.commit()
3332

3433
/**
3534
* Create prettier ignore file

0 commit comments

Comments
 (0)