I need a codemod-like way to convert module.exports = { foo: ... } to exports.foo = ... statements. Seems like that can be achieved by making the exports-style rule fixable when in exports mode.
TODO:
- [x] See if comments before, between and after the properties can somehow be preserved