You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it's not the preferred way of having a default export, but it would save a lot of time if this would be possible. I'm writing an ESLint plugin and currently cannot import the plugin into a CJS file because the module is exported as module.exports.default rather than simply module.exports.
Have only come across this issue which I wasn't able to find a way to implement it properly: #283 and also #255 but I got the warnings below:
Thanks!
paambaati, lvjiaxuan, OrkhanAlikhanov, 13OnTheCode, aryaemami59 and 2 more