Closed mightyiam closed 3 months ago
Looking over your docs, I don't see any reason we'd include this. It's not popular (by download count) and doesn't seem to fill a need that most users would have when setting up ESLint. We're trying to laser-focus on what's offered and this just doesn't meet the bar.
Hey. Sorry for not explaining this sooner. Regarding the popularity. Just wanna make sure it's not overlooked. eslint-config-love is a rename of eslint-config-standard-with-typescript. Here are some popularity stats (source):
94,562 Repositories, 6,495 Packages
Here is how the adoption of the renamed package is going.
@nzakas ping
to clarify: it removed all hard-coded style guides (not only ts). now it's recommended to use --config
to apply a 3rd-party config:
npm init @eslint/config@latest -- --config eslint-config-love
Does style mean formatting?
Following up with #101, eslint-config-love does not offer style rules by now. Does that mean it would be welcomed back as an option in the wizard, possibly?