Skip to content

πŸš€ Feature: blockESLint should remove @types/eslint__js in transition modeΒ #2029

@JoshuaKGoldberg

Description

@JoshuaKGoldberg

Bug Report Checklist

Overview

blockESLint.ts does not add the @types/eslint__js package as a devDependency to created repos. That package is now unnecessary; ESLint provides the type on its own. So the transition mode for the ESLint Block should remove any devDependency on @types/eslint.

Additional Info

You can see how other blocks do this with remove-dependencies:

`node ${resolveBin("remove-dependencies/bin/index.js")} @babel/core babel`,

See more docs on:

🎁

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomers, please hop on!status: accepting prsPlease, send a pull request to resolve this!type: featureNew enhancement or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions