docs: Swapping out references of ES format to ESM#778
docs: Swapping out references of ES format to ESM#778ForsakenHarmony merged 1 commit intodevelopit:masterfrom rschristian:refactor/replaceEsWithEsm
Conversation
|
developit
left a comment
There was a problem hiding this comment.
LGTM! We have these aliased anyway so its nice to standardize. I believe Rollup also allows both, though they have es as the default.
|
Ah, that makes sense! I noticed that |
Summary
Addresses the footer of #775 (comment)
Replaces "
es" in the output formats section of the ReadMe + CLI's help with "esm". The format is otherwise always referred to as "ESM" or "ES Modules" so I agree that's a fair change to make.Note: There's a few unrelated changes caused by the prettier pre-commit hook. I'd normally revert the unrelated changes but I figure the hook is there to be used.