Closed mavcook closed 11 months ago
Right now, it doesn't make sense to use Prettier (npm run format) when contributing code, because much of the code base is not following that style/format. It would be nice to have everything formatted so contributors can use Prettier as configured.
npm run format
Thank you for your suggestion. Since currently external contribution is not a concern, for now this is not planned.
Right now, it doesn't make sense to use Prettier (
npm run format
) when contributing code, because much of the code base is not following that style/format. It would be nice to have everything formatted so contributors can use Prettier as configured.