This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Description
The text says "should specify an export {} to make their intentions clear and avoid accidental parse errors while removing import statements.". If you're simply saying "should specify any export" then I agree with that - but I'd think exporting a mutable object is a dangerous casual API to create, whereas export default null or export default undefined is safe.
Could we change the text to recommend export default undefined?