🚀 Feature: Add .eslint to deleted unnecessary files #1018
Labels
good first issue
Good for newcomers, please hop on!
status: accepting prs
Please, send a pull request to resolve this!
type: feature
New enhancement or request
Bug Report Checklist
main
branch of the repository.Overview
Right now, https://github.com/JoshuaKGoldberg/create-typescript-app/blob/860c5b3c06ba330b9e341a6cc8651cfe81bf61fc/src/steps/clearUnnecessaryFiles.ts contains logic to delete unnecessary files upon migrating an existing repository. It's used within
--mode migrate
.I noticed that https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/blob/a382e96a54f91a3da6ae6f2c4f7e0ddd973c3239/.eslintrc wasn't deleted when I ran the migration mode on that repository. But
.eslint
files should be removed. Let's add it to the list ofglobPaths
that get deleted! 🔪Additional Info
No response
The text was updated successfully, but these errors were encountered: