-
-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Labels
good first issueGood for newcomers, please hop on!Good for newcomers, please hop on!status: accepting prsPlease, send a pull request to resolve this!Please, send a pull request to resolve this!type: featureNew enhancement or requestNew enhancement or request
Description
Bug Report Checklist
- I have pulled the latest
mainbranch of the repository. - I have searched for related issues and found none that matched my issue.
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:
- Transition mode: https://www.create.bingo/execution#transition-mode
- Stratum Blocks: https://www.create.bingo/engines/stratum/concepts/blocks
π
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomers, please hop on!Good for newcomers, please hop on!status: accepting prsPlease, send a pull request to resolve this!Please, send a pull request to resolve this!type: featureNew enhancement or requestNew enhancement or request