Proposing to remove/amend 10.3.
I've been using inline re-exports for a while and I don't think it's any less understandable than splitting the import / exports when you're re-exporting a lot of declarations from a file (ie. index.js or utils files). I can see this being a problem if there's only a few main exports at the end of a file and there are inline re-exports at the top of the file, but those use cases should be fairly rare.