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 👍
Starting from Prettier
v1.17
(web is onv1.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 👍