Closed
Description
Bug Report Checklist
- I have pulled the latest
main
branch of the repository. - I have searched for related issues and found none that matched my issue.
Overview
Now that this project is fully on Bingo (formerly: create
), it's a lot easier to add opt-in (as in: not included in any presets) Blocks. One already exists in blockAreTheTypesWrong
(#1633 -> #1644). I'd like to add more, representing other repo forms I personally have repeatedly set up.
I think it'd be useful to have a general "ESLint plugin" block. It should:
- Add
eslint-plugin-eslint-plugin
addons to the ESLint block - Add
eslint-doc-generator
outputs - Create example files of a
src/index.ts
,src/rules
, etc.
Additional Info
https://github.com/JoshuaKGoldberg/eslint-plugin-erasable-syntax-only is an example of a plugin I set up recently.
🎁