Skip to content

Commit

Permalink
chore: remove @types/prettier (#1440)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
JoshuaKGoldberg committed Mar 30, 2024
1 parent e2ee225 commit e09aec5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.10.4",
"@types/parse-author": "^2.0.3",
"@types/prettier": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitest/coverage-v8": "^1.0.2",
Expand Down
10 changes: 0 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/steps/uninstallPackages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export async function uninstallPackages(offline: boolean | undefined) {
"@types/git-url-parse",
"@types/js-yaml",
"@types/parse-author",
"@types/prettier",
"all-contributors-cli",
"c8",
"eslint-config-prettier",
Expand Down

0 comments on commit e09aec5

Please sign in to comment.