Skip to content

Commit e09aec5

Browse files
chore: remove @types/prettier (#1440)
## PR Checklist - [x] Addresses an existing open issue: fixes #1438 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Removes the devDependency and its uninstallation.
1 parent e2ee225 commit e09aec5

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"@types/js-yaml": "^4.0.9",
6565
"@types/node": "^20.10.4",
6666
"@types/parse-author": "^2.0.3",
67-
"@types/prettier": "^3.0.0",
6867
"@typescript-eslint/eslint-plugin": "^7.2.0",
6968
"@typescript-eslint/parser": "^7.2.0",
7069
"@vitest/coverage-v8": "^1.0.2",

pnpm-lock.yaml

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/steps/uninstallPackages.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export async function uninstallPackages(offline: boolean | undefined) {
3434
"@types/git-url-parse",
3535
"@types/js-yaml",
3636
"@types/parse-author",
37-
"@types/prettier",
3837
"all-contributors-cli",
3938
"c8",
4039
"eslint-config-prettier",

0 commit comments

Comments
 (0)