Skip to content

Commit d785711

Browse files
authored
feat: Add .eslintrc to clearUnnecessaryFiles.ts (#1052)
<!-- 👋 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 #1018 - [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 Adds `.eslintrc` to the list of files deleted by `clearUnnecessaryFiles.ts` <!-- Description of what is changed and how the code change does that. -->
1 parent 5559a68 commit d785711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/steps/clearUnnecessaryFiles.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const globPaths = [
1111
".circleci/config.yml",
1212
".babelrc",
1313
".npmignore",
14+
".eslintrc",
1415
"CODE_OF_CONDUCT.md",
1516
"CONTRIBUTING.md",
1617
"codecov.yml",

0 commit comments

Comments
 (0)