Skip to content

Commit 5b103db

Browse files
feat: add typescript sort keys to devDependenciesToRemove array (#794)
## PR Checklist - [x] Addresses an existing open issue: fixes #758 - [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 This PR adds the `eslint-plugin-typescript-sort-keys` plugin to the `devDependenciesToRemove` array Co-authored-by: Josh Goldberg ✨ <[email protected]>
1 parent e3cc5ef commit 5b103db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/steps/writing/creation/writePackageJson.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const devDependenciesToRemove = [
1616
"eslint-config-prettier",
1717
"eslint-plugin-prettier",
1818
"eslint-plugin-simple-import-sort",
19+
"eslint-plugin-typescript-sort-keys",
1920
"jasmine",
2021
"jest",
2122
"mocha",

0 commit comments

Comments
 (0)