Build and publish tooling
Opened this issue · 3 comments
Deleted user commented
sheerun commented
There was one at the very beginning but I've removed it because I felt there is no industry-standard for it yet. Just, Prettier, and Eslint are used by everyone now.
sheerun commented
Besides there is no need to build anything before publishing if you just write modern node and use require
instead of import
. I feel this is the best practice now.
Deleted user commented
I see, fair enough. Thanks!