eslint-config icon indicating copy to clipboard operation
eslint-config copied to clipboard

[BREAKING CHANGE] Prettier support as default

Open koba04 opened this issue 2 years ago • 0 comments

Currently, we support Prettier with additional presets, but we mostly use Prettier in our projects, so I'm considering supporting Prettier in all presets. It means all presets we provide support Prettier and we can remove prettier presets.

If you don't use Prettier, you can still use our presets because our Prettier support is just removing stylish rules conflicting with Prettier. If you want to care about code format, I recommend using Prettier instead.

koba04 avatar Jan 19 '22 14:01 koba04