Spinning out of JoshuaKGoldberg/dot-com#140 and a direct conversation with @lydell: now that most ESLint recommended configs/plugins no longer enable formatting rules, it seems that eslint-config-prettier isn't necessary in most projects. Most projects can safely remove it from their "extends" listings. But I still get a lot of questions from folks who think they still need this package as a shared config.
Would it be reasonable to add a mention somewhere in the README.md about when this package is most useful?
- In general: as a docs resource / quick checker for rule enablement
- For configs: only when you're using a legacy plugin that enables formatting rules?
Spinning out of JoshuaKGoldberg/dot-com#140 and a direct conversation with @lydell: now that most ESLint recommended configs/plugins no longer enable formatting rules, it seems that
eslint-config-prettierisn't necessary in most projects. Most projects can safely remove it from their"extends"listings. But I still get a lot of questions from folks who think they still need this package as a shared config.Would it be reasonable to add a mention somewhere in the README.md about when this package is most useful?