Skip to content

Commit 1a2b55c

Browse files
vasanth9vasanth kumar cheepurupalli
andauthored
feat: uninstall eslint-plugin-jest and ts-jest as dev dependencies (#812)
<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes #807 - [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 <!-- Description of what is changed and how the code change does that. --> updated devDependenciesToRemove array with eslint-plugin-jest and ts-jest Co-authored-by: vasanth kumar cheepurupalli <[email protected]>
1 parent b96c7b3 commit 1a2b55c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/steps/writing/creation/writePackageJson.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const devDependenciesToRemove = [
1414
"cson-parser",
1515
"esbuild",
1616
"eslint-config-prettier",
17+
"eslint-plugin-jest",
1718
"eslint-plugin-prettier",
1819
"eslint-plugin-simple-import-sort",
1920
"eslint-plugin-typescript-sort-keys",
@@ -22,6 +23,7 @@ const devDependenciesToRemove = [
2223
"mocha",
2324
"npm-run-all",
2425
"pretty-quick",
26+
"ts-jest",
2527
];
2628

2729
export async function writePackageJson(options: Options) {

0 commit comments

Comments
 (0)