eslint / create-config

Utility to create ESLint config files
MIT License
76 stars 19 forks source link

eslint-config-love #138

Closed mightyiam closed 3 months ago

mightyiam commented 3 months ago

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?

nzakas commented 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.

mightyiam commented 3 months ago

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.

mightyiam commented 3 months ago

@nzakas ping

aladdin-add commented 3 months ago

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
mightyiam commented 3 months ago

Does style mean formatting?