otovo / eslint-config-otovo

A set of ESLint configs for Otovo's JavaScript projects
https://www.npmjs.com/package/@otovo/eslint-config-otovo
15 stars 0 forks source link

Consider pulling out Prettier config #4

Open rix1 opened 5 years ago

rix1 commented 5 years ago

Starting from Prettier v1.17 (web is on v1.16.4) it now supports shared configs. @mortnod This means we can move out the prettier config and host it as a separate package. Nice for when you want consistent formatting but don't care about ESlint.

Note: I haven't decided if this is YAGNI or not, just read the release notes and saw that it was supported 👍

mortnod commented 5 years ago

Cool! Love that they've added this.

Don't know if it's really worth the effort at the moment, though. Perhaps make the change when that distinction is needed?