🚀 Feature: Add an addon for comments on top of the ESLint config #1849
Labels
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
I've intentionally kept this warning on top of the
eslint.config.js
file for a while:create-typescript-app/eslint.config.js
Lines 1 to 9 in e6e1575
I think it's good for this template to have it because I use this repo as a reference for other people. I don't want everyone to read the file and think all ESLint configs must be as thorough as it.
But, I don't want that comment to exist in generated repos. I would assume most people are using the Common base/preset - which isn't quite so intense. And if someone has opted into the Everything base/preset, then they probably don't need it.
Resolution: I'll add an addon for the ESLint block so that it can be added if a
create.config.js
wants it.Additional Info
I don't plan on adding this to the legacy engine, just
create
blocks.Prototyped in #1839.
💖
The text was updated successfully, but these errors were encountered: